From cfd9e80ac69d91b9b7b02ebd12815fa78fd52f73 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Mon, 5 Jun 2017 15:38:05 +1000 Subject: [PATCH] merge over https://github.com/rancher/rancher.github.io/pull/770 Signed-off-by: Sven Dowideit --- docs/os/quick-start-guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/os/quick-start-guide/index.md b/docs/os/quick-start-guide/index.md index 528a2592..8de58e8a 100644 --- a/docs/os/quick-start-guide/index.md +++ b/docs/os/quick-start-guide/index.md @@ -91,7 +91,7 @@ To run this container in System Docker use the following command: ``` $ sudo system-docker run -d --net=host --name busydash husseingalal/busydash ``` -In the commad, we used `--net=host` to tell System Docker not to containerize the container's networking, and use the host’s networking instead. After running the container, you can see the monitoring server by accessing `http://`. ![System Docker Container]({{site.baseurl}}/img/os/Rancher_busydash.png)