Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
| ... | ... |
@@ -37,7 +37,7 @@ image cache. |
| 37 | 37 |
> characters of the full image ID - which can be found using |
| 38 | 38 |
> `docker inspect` or `docker images --no-trunc=true` |
| 39 | 39 |
|
| 40 |
-**If you're using OS X** then you shouldn't use `sudo`. |
|
| 40 |
+{{ include "no-remote-sudo.md" }}
|
|
| 41 | 41 |
|
| 42 | 42 |
## Running an interactive shell |
| 43 | 43 |
|
| ... | ... |
@@ -26,6 +26,8 @@ Windows*](../installation/windows/#windows) installation guides. The small |
| 26 | 26 |
Linux distribution boot2docker can be run inside virtual machines on these |
| 27 | 27 |
two operating systems. |
| 28 | 28 |
|
| 29 |
+{{ include "no-remote-sudo.md" }}
|
|
| 30 |
+ |
|
| 29 | 31 |
### How do containers compare to virtual machines? |
| 30 | 32 |
|
| 31 | 33 |
They are complementary. VMs are best used to allocate chunks of |
| ... | ... |
@@ -72,6 +72,8 @@ complete. You can test it by following the directions below. |
| 72 | 72 |
|
| 73 | 73 |
## Running Docker |
| 74 | 74 |
|
| 75 |
+{{ include "no-remote-sudo.md" }}
|
|
| 76 |
+ |
|
| 75 | 77 |
From your terminal, you can test that Docker is running with our small `hello-world` |
| 76 | 78 |
example image: |
| 77 | 79 |
Start the vm (`boot2docker start`) and then run: |
| ... | ... |
@@ -9,6 +9,8 @@ page_keywords: docker guide, docker, docker platform, virtualization framework, |
| 9 | 9 |
Docker allows you to run applications inside containers. Running an |
| 10 | 10 |
application inside a container takes a single command: `docker run`. |
| 11 | 11 |
|
| 12 |
+{{ include "no-remote-sudo.md" }}
|
|
| 13 |
+ |
|
| 12 | 14 |
## Hello world |
| 13 | 15 |
|
| 14 | 16 |
Let's try it now. |