xgo icon indicating copy to clipboard operation
xgo copied to clipboard

dirname: Argument list too long

Open lexesv opened this issue 7 years ago • 2 comments

Ubuntu 16.04

After docker run -it karalabe/xgo-latest

Cyclic error: /build.sh: line 65: /usr/bin/dirname: Argument list too long

lexesv avatar Mar 11 '17 16:03 lexesv

You can't run it like that, it expects a bunch of environment variables to be set. See the source of build.sh

ysangkok avatar Jun 08 '17 12:06 ysangkok

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

chengyi818 avatar Jun 25 '19 07:06 chengyi818