Skip to content

prinsmike/go-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published