From a122d1775105e8b1a12ce7afb07be5fd1ac05a78 Mon Sep 17 00:00:00 2001 From: Ben Neill Date: Wed, 4 Jul 2018 11:07:07 +0100 Subject: [PATCH] Fix typo in quick start --- content/os/v1.x/en/quick-start-guide/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/v1.x/en/quick-start-guide/_index.md b/content/os/v1.x/en/quick-start-guide/_index.md index 80c9e0ed169..adeaec84a2d 100644 --- a/content/os/v1.x/en/quick-start-guide/_index.md +++ b/content/os/v1.x/en/quick-start-guide/_index.md @@ -87,7 +87,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://`. +In the command, 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]({{< baseurl >}}/img/os/Rancher_busydash.png)