VioletZhouECE commented on issue #300: URL: https://github.com/apache/apisix-docker/issues/300#issuecomment-1112833556
Hmm I'm still a little confused... I think the existing doc already explains how to get APISIX running: ``` cd example docker-compose -p docker-apisix up -d ``` and ``` make build-all-in-one # launch APISIX container docker run -d \ -p 9080:9080 -p 9091:9091 -p 2379:2379 \ -v `pwd`/all-in-one/apisix/config.yaml:/usr/local/apisix/conf/config.yaml \ apache/apisix:whole ``` Can you give an example of what you meant by "helping the users use those commands"? What else do you think we need to document for `make build-all-in-one`, for example? Maybe different configs/flags they can use for docker run? Or how to do simple testing with the running containers to make sure that they work? -- 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]
