Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teharrison authored Aug 9, 2016
1 parent f397c04 commit 9a54db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker build --force-rm --no-cache --rm -t shock:${TAG} .
If you only want the binary you can create an container from the image an copy the binary to your host. This will copy the shock-server binary to your current working directory
```bash
docker run --name shock shock:${TAG} ls
docker cp shock:/gopath/bin/shock-server .
docker cp shock:/go/bin/shock-server .
docker rm shock
```

Expand Down

0 comments on commit 9a54db1

Please sign in to comment.