diff --git a/Documentation/getting-started-docker.md b/Documentation/getting-started-docker.md index a72c14ad..94418fcc 100644 --- a/Documentation/getting-started-docker.md +++ b/Documentation/getting-started-docker.md @@ -35,11 +35,11 @@ $ ./scripts/get-coreos stable 1235.9.0 ./examples/assets For development convenience, add `/etc/hosts` entries for nodes so they may be referenced by name as you would in production. ```sh -$ # /etc/hosts -$ ... -$ 172.17.0.21 node1.example.com -$ 172.17.0.22 node2.example.com -$ 172.17.0.23 node3.example.com +# /etc/hosts +... +172.17.0.21 node1.example.com +172.17.0.22 node2.example.com +172.17.0.23 node3.example.com ``` ## Containers