Skip to content

bullgare/docker-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lang Dockerfile

Docker Hub; nimmis/golang

Docker container with GO programming language with different versions ontop of Ubuntu 14.04

Based on Docker Hub; nimmis/ubuntu with working init process and syslog. For more information on how to set upp services, please read the dockumentation for nimmis/ubuntu

Installation

This continer should normaly run as a daemon i.e with the -d flag attached

docker run -d nimmis/golang

Accessing the container with a bash shell can be done with

docker exec -ti <container ID> /bin/bash

TAGs

This image contains version 1.2.2 to the latest version (atm 1.6.2), the versions are nimmis/golang: where tag is

  • latest - this gives the latest version (atm 1.6.2)
  • 1.6.2 - this is the 1.6.2 version
  • 1.6 - this is the 1.6 version
  • 1,5,3 - this is the 1.5.3 version
  • 1.5 - this is the 1.5 version
  • 1.4.1 - this is the the 1.4.1 version
  • 1.4.2 - this is the the 1.4.2 version
  • 1.4 - this is the the 1.4 version
  • 1.3.3 - this is the the 1.3.3 version
  • 1.3 - this is the the 1.3 version
  • 1.2.2 - this is the the 1.2.2 version

About

docker container with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published