Skip to content

Commit

Permalink
Corrected README.md (image name on docker registry corrected)
Browse files Browse the repository at this point in the history
  • Loading branch information
jig committed Aug 22, 2014
1 parent 6125e59 commit 73d9872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ 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
$ 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
$ docker pull jordi/golang-run

Build
-----

`git clone` this project, cd into it, and:

$ docker build -t golang:run .
$ docker build -t golang-run .

0 comments on commit 73d9872

Please sign in to comment.