Sign inSign up

prinsmike/go-alpine

By prinsmike

Updated over 9 years ago

Alpine Linux Docker image with the Go (golang) compiler and Glide vendor package manager.

Image
0

2.1K

prinsmike/go-alpine repository overview

go-alpine

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

Tag summary

Content type

Image

Digest

Size

107.8 MB

Last updated

over 9 years ago

docker pull prinsmike/go-alpine