VioletZhouECE commented on code in PR #305: URL: https://github.com/apache/apisix-docker/pull/305#discussion_r871793531
########## README.md: ########## @@ -117,6 +154,18 @@ docker run -d \ -v `pwd`/all-in-one/apisix-dashboard/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml \ apache/apisix-dashboard:whole ``` +## Useful commands + +Below are some useful commands which build, push, and tar your updated images. +As an example, these are the commands for apisix-centos images: + +- ```make build-on-centos``` : Build apache/apisix:xx-centos image. + +- ```make push-on-centos```: Build and push apache/apisix:xx-centos image. + +- ```make save-centos-tar```: Save apache/apisix:xx-centos image to a tar archive located at ```./package``` . Review Comment: Thanks! Will double check my indentations -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
