Hey James,

Could you show the docker run command, which you invoke to enter a container?

I use docker to build my application as well, so I just do `docker container 
run --rm -ti --volume $PWD:/gocode/src/app --workdir /gocode/src/app 
<my-go-build-image> go build`. Doing so with container reusage or not, I 
haven't found any speed difference so far.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to