From 0cd857d99f3b57db7db9f8668f57fb1788a7ae01 Mon Sep 17 00:00:00 2001 From: Enguerran Date: Sun, 15 Mar 2015 12:20:38 +0100 Subject: [PATCH] Update registry_mirror.md The syntactic coloration is a little bit ambiguous, I suggest this as a fix. Signed-off-by: Enguerran Colson --- docs/sources/articles/registry_mirror.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/articles/registry_mirror.md b/docs/sources/articles/registry_mirror.md index a7493e9aec..adc470d713 100644 --- a/docs/sources/articles/registry_mirror.md +++ b/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