소스 검색

Merge pull request #11393 from enguerran/patch-1

Ambiguous example in registry_mirror.md
Sven Dowideit 10 년 전
부모
커밋
88924993a2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/sources/articles/registry_mirror.md

+ 2 - 1
docs/sources/articles/registry_mirror.md

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