This repository contains Dockerfile of golang environment in ubuntu
These instructions will get you to build golang in your docker. See Installation for notes on how to build your golang on a live services.
$HOME/go which is this container work directory.docker pull bananabb/golang:latest
docker run -itd --name golang -p 8080:80 bananabb/golang
docker exec -it golang /bin/bash
go version
mkdir $HOME/go/{folder}
cd $HOME/go/{folder}
Now you can enjoy your coding in your container.
MIT © BananaBb
Content type
Image
Digest
sha256:527ef1546…
Size
254.4 MB
Last updated
over 2 years ago
docker pull bananabb/golang