Improve markdown highlighting in docker multinode getting started guides.

This commit is contained in:
Alex Robinson
2015-07-18 19:05:35 -07:00
parent 1bc91a3c72
commit 261e347e60
3 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ The previous command should have printed a really long hash, copy this hash.
Now get the subnet settings from flannel:
```
```sh
sudo docker -H unix:///var/run/docker-bootstrap.sock exec <really-long-hash-from-above-here> cat /run/flannel/subnet.env
```