Quellcode durchsuchen

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>
Enguerran vor 10 Jahren
Ursprung
Commit
0cd857d99f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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 \
         -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