go-proxy
go-proxy copied to clipboard
setup script issue
the script is mapping the containers users to the docker group, is this intended? cause i think that's VERY worrying
It uses $(id -u) and $(id -g) to get correct uid and gid. You got what you have set.