xgo icon indicating copy to clipboard operation
xgo copied to clipboard

Add a new CLI option to pass custom env to docker run command

Open jiladahe1997 opened this issue 4 years ago • 0 comments

I have a problem similar to issue:#197, which can be solved by passing -e GOPROXY=...... in docker run. However, xgo cannot pass custom environments to docker, this PR implements that.

jiladahe1997 avatar Aug 18 '21 09:08 jiladahe1997