diff --git a/docs/recipes/mirror.md b/docs/recipes/mirror.md index ff437ba45..241e41bd6 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