From a1c1349eac91bde3b4bb7aeacfc0736b8f29cbb5 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Mon, 27 Jun 2016 10:15:26 +1000 Subject: [PATCH] Stop hugo from making the example URL into a link Signed-off-by: Sven Dowideit --- docs/recipes/mirror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/mirror.md b/docs/recipes/mirror.md index ff437ba4..241e41bd 100644 --- a/docs/recipes/mirror.md +++ b/docs/recipes/mirror.md @@ -67,7 +67,7 @@ You will need to pass the `--registry-mirror` option to your Docker daemon on st docker --registry-mirror=https:// daemon -For example, if your mirror is serving on http://10.0.0.2:5000, you would run: +For example, if your mirror is serving on `http://10.0.0.2:5000`, you would run: docker --registry-mirror=https://10.0.0.2:5000 daemon