This repository contains a Dockerfile to create a docker base image with latest version of Go programming language
This Dockerfile has been published as a trusted build to the public Docker Registry.
Install Docker.
Download trusted build from public Docker Registry: docker pull samirabloom/docker-go
(alternatively, you can build an image from Dockerfile: docker build -t="samirabloom/docker-go" github.com/samirabloom/docker-go)
docker run -i -t -name docker_go -rm samirabloom/docker-go
git clone <your repo url>
docker run -i -t -name docker_go -rm -v <your git repo directory>:/volume/git samirabloom/docker-go
Content type
Image
Digest
sha256:8ccf0287a…
Size
256.9 MB
Last updated
almost 11 years ago
docker pull samirabloom/docker-go