fengxsong commented on PR #400: URL: https://github.com/apache/apisix-docker/pull/400#issuecomment-1373333534
All right, looks like the `$PATH` did not set correctly. ```bash root@10:/usr/local/apisix# find / -name 'etcd*' find: '/proc/63/map_files': Permission denied find: '/proc/64/map_files': Permission denied find: '/proc/65/map_files': Permission denied find: '/proc/66/map_files': Permission denied find: '/proc/67/map_files': Permission denied /usr/local/apisix/apisix/cli/etcd.lua /usr/local/apisix/apisix/core/etcd.lua /usr/local/apisix/deps/share/lua/5.1/resty/etcd /usr/local/apisix/deps/share/lua/5.1/resty/etcd.lua /usr/local/openresty/bin/etcdctl /etcd-ssl root@10:/usr/local/apisix# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ``` I'll make change in the PR later. -- 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]
