-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add docs for building apisix development environment in Docker #10899
docs: add docs for building apisix development environment in Docker #10899
Conversation
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
@kayx23 which category do u think will be batter? |
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
hi @kayx23 can u help me take a look |
Signed-off-by: Vacant2333 <[email protected]>
@kayx23 hi! whats the next step of this pr? do u have more comments, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this images, change it to text
# | ||
--> | ||
|
||
如果你希望快速的在你的系统上构建和开发 APISIX,你可以参考本教程。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mainly for Mac Os users, not others
### 启动和停止 APISIX | ||
|
||
```shell | ||
make run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'd better call them, in this way docker exec ... ...
example/build-dev-image.dockerfile
Outdated
RUN apt install -y cpanminus make | ||
RUN cpanm --notest Test::Nginx | ||
|
||
RUN apt install -y sudo git gawk curl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add vim
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only one hint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
add the docs for build apisix developer enviorment
Related issue: #10784
Checklist