Skip to content

Commit

Permalink
Fix go get
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Nov 30, 2017
1 parent 0412d5b commit b50fbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/registry/part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The base image is the [official Go image](https://store.docker.com/images/golang
There's a single `CMD` instruction to build the latest version of the registry and copy the built files to a known output location:

```Dockerfile
CMD .\go get github.com/docker/distribution/cmd/registry ; `
CMD go get github.com/docker/distribution/cmd/registry ; `
cp \"$env:GOPATH\bin\registry.exe\" c:\out\ ; `
cp \"$env:GOPATH\src\github.com\docker\distribution\cmd\registry\config-example.yml\" c:\out\config.yml
```
Expand Down

0 comments on commit b50fbf6

Please sign in to comment.