Sign inSign up

samirabloom/docker-go

By samirabloom

Updated almost 11 years ago

Image
2

533

samirabloom/docker-go repository overview

Go Dockerfile

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.

Dependencies
Installation
  1. Install Docker.

  2. 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)

Usage (two options)
1. Run container and clone git repo into container
docker run -i -t -name docker_go -rm samirabloom/docker-go

git clone <your repo url>
2. Run container with git repo attached container (from host OS)
docker run -i -t -name docker_go -rm -v <your git repo directory>:/volume/git samirabloom/docker-go

Samira Bloom

Tag summary

Content type

Image

Digest

sha256:8ccf0287a

Size

256.9 MB

Last updated

almost 11 years ago

docker pull samirabloom/docker-go