1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #11393 from enguerran/patch-1

Ambiguous example in registry_mirror.md
This commit is contained in:
Sven Dowideit 2015-03-16 16:21:00 +10:00
commit 88924993a2

View file

@ -50,7 +50,8 @@ port `5000` and mirrors the content at `registry-1.docker.io`:
sudo docker run -p 5000:5000 \
-e STANDALONE=false \
-e MIRROR_SOURCE=https://registry-1.docker.io \
-e MIRROR_SOURCE_INDEX=https://index.docker.io registry
-e MIRROR_SOURCE_INDEX=https://index.docker.io \
registry
## Test it out