smaller galang docker
contract:
usage:
docker pull ueqt/golang
suppose your local go working path is ~/go, this path will contains src directory
docker run -v ~/go:/go -w /go/src ueqt/golang go run [local go startup go file ex:test/main.go]
Content type
Image
Digest
sha256:321ec4c23…
Size
14.7 MB
Last updated
almost 11 years ago
docker pull ueqt/golang