Skip to content

jig/docker-golang-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-golang-devel

Go language container (golang) that can run "go service scripts".

Softare versions:

  • Go 1.4.2 (v1.4.2 tag)
  • Go 1.5 (v1.5 and latest tags)

Run

Change /<user-home-dir>/go with the absolute path of your src parent directory.

$ docker run -v="/<user-home-dir>/go:/go:rw" jordi/golang-run

If you edit and save your source files, they will remain on your host after the container has been stopped or killed.

Pull

$ docker pull jordi/golang-run

Build

git clone this project, cd into it, and:

$ docker build -t golang-run .

About

Golang container that can run volumes "go service scripts"

Resources

License

Stars

Watchers

Forks

Packages

No packages published