hityc2019 opened a new issue #74: URL: https://github.com/apache/apisix-docker/issues/74
``` # docker-compose -p docker-apisix up -d Creating network "docker-apisix_apisix" with driver "bridge" Creating docker-apisix_etcd_1 ... done Creating docker-apisix_web1_1 ... done Creating docker-apisix_web2_1 ... done Creating docker-apisix_apisix_1 ... done ``` After success run the images, ``` # curl "http://127.0.0.1:9080/apisix/admin/services/" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' curl: (56) Recv failure: Connection reset by peer # ping http://127.0.0.1:9080 ping: http://127.0.0.1:9080: Name or service not known # telnet http://127.0.0.1:9080 telnet: could not resolve http://127.0.0.1:9080/telnet: Name or service not known # lsof -i:9080 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME docker-pr 26200 root 4u IPv6 932639246 0t0 TCP *:9080 (LISTEN) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org