From e47227750a68aebd1dc17876b4d2cf4404811b89 Mon Sep 17 00:00:00 2001 From: Sina Siadat Date: Wed, 1 Mar 2017 11:24:28 +0330 Subject: [PATCH] Docs: fix entries in the /etc/hosts section Remove unnecessary "$" prefixes --- Documentation/getting-started-docker.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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