Merge pull request #1805 from SvenDowideit/difuse-non-link

Stop hugo from making the example URL into a link
This commit is contained in:
Richard Scothern 2016-06-27 10:41:36 -07:00 committed by GitHub
commit 5f7f871d8f

View file

@ -67,7 +67,7 @@ You will need to pass the `--registry-mirror` option to your Docker daemon on st
docker --registry-mirror=https://<my-docker-mirror-host> 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