Alpine Linux Docker image with the Go (golang) compiler and Glide vendor package manager.
2.1K
Alpine Linux Docker image with the Go (golang) compiler and Glide vendor package manager.
docker run -it --rm -v $GOPATH:$HOME/go -e GOPATH=$GOPATH -w $PWD -u $UID:`id -g $USER` prinsmike/go-alpine /bin/bash
docker run -it --rm -v $GOPATH:$HOME/go -e GOPATH=$GOPATH -w $PWD -u $UID:`id -g $USER` prinsmike/go-alpine go build -v
Content type
Image
Digest
Size
107.8 MB
Last updated
over 9 years ago
docker pull prinsmike/go-alpine