leslie-tsang commented on issue #5042: URL: https://github.com/apache/apisix/issues/5042#issuecomment-917480777
@cielswift Please follow cmd below and paste output as comment. ```bash # fetch OS uname -a # fetch user info id # fetch dockerd info (docker launch user may cause permission issue) ps aux | grep dockerd # fetch config.yaml permission (run in `apisix-docker/example`) ls -l example/apisix_conf/config.yaml ``` -- 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]
