Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b50fbf6

Browse files
committed
Fix go get
1 parent 0412d5b commit b50fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/registry/part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The base image is the [official Go image](https://store.docker.com/images/golang
3131
There's a single `CMD` instruction to build the latest version of the registry and copy the built files to a known output ___location:
3232

3333
```Dockerfile
34-
CMD .\go get github.com/docker/distribution/cmd/registry ; `
34+
CMD go get github.com/docker/distribution/cmd/registry ; `
3535
cp \"$env:GOPATH\bin\registry.exe\" c:\out\ ; `
3636
cp \"$env:GOPATH\src\github.com\docker\distribution\cmd\registry\config-example.yml\" c:\out\config.yml
3737
```

0 commit comments

Comments
 (0)