kayx23 commented on code in PR #11530: URL: https://github.com/apache/apisix/pull/11530#discussion_r1735999366
########## docs/en/latest/getting-started/README.md: ########## @@ -37,6 +37,10 @@ curl -sL https://run.api7.ai/apisix/quickstart | sh The script should start two Docker containers, _apisix-quickstart_ and _etcd_. APISIX uses etcd to save and synchronize configurations. Both the etcd and the APISIX use [**host**](https://docs.docker.com/network/host/) Docker network mode. That is, the APISIX can be accessed from local. +You can see that a number of ports are listened to by default, and the purpose of these default ports can be referenced: + [Port Reference](https://docs.api7.ai/apisix/networking/port-reference) Review Comment: This doc is only accurate if you install APISIX directly on host. The container started by the script only maps a few ports (details mentioned in the comment above). The mapping to host isn't exactly the same as the original (e.g. `-p9090:9092`) though I can't remember why. -- 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]
