xgo
xgo copied to clipboard
dirname: Argument list too long
Ubuntu 16.04
After docker run -it karalabe/xgo-latest
Cyclic error: /build.sh: line 65: /usr/bin/dirname: Argument list too long
You can't run it like that, it expects a bunch of environment variables to be set. See the source of build.sh
I'm on ubuntu 16.04 and my docker version is 18.09.5.I want to start a shell in docker.This command works for me.
docker run -it --entrypoint bash karalabe/xgo-latest