jaysonsantos commented on PR #7821: URL: https://github.com/apache/apisix/pull/7821#issuecomment-1243908114
@soulbird > I tried it and it doesn't work under Mac(Intel). When does that happen? what `devcontainer build .` returns? Or the problem is after it starts? IIRC, the only time it runs etcd is after create (which probably should be after attach to be honest). @membphis those dependencies are only for the cli but does not invalidate the use of the dockerfile to install all dependencies which is a bit overwhelming for people that are just starting (in my experience at least). the good thing is that you can open github codespaces (or vscode) with this repo, and you would have the whole setup done. but if the dependencias are too much and one does not care much about the niceties it add, a simple `docker build -t apisix -f .devcontainer/Dockerfile . && docker run -w $PWD -v $PWD:$PWD -u $(id -u) -g $(id -g) apisix` should drop a shell with some development capabilities out of the box (it still would miss docker in docker for the dependencies). -- 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]
