mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update registry_mirror.md
The syntactic coloration is a little bit ambiguous, I suggest this as a fix. Signed-off-by: Enguerran Colson <engcolson@gmail.com>
This commit is contained in:
parent
495f5e4998
commit
0cd857d99f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue