exclaimation marks cause shell pain - simplify it away
| ... | ... |
@@ -13,7 +13,7 @@ application inside a container takes a single command: `docker run`. |
| 13 | 13 |
|
| 14 | 14 |
Let's try it now. |
| 15 | 15 |
|
| 16 |
- $ sudo docker run ubuntu:14.04 /bin/echo 'Hello World!' |
|
| 16 |
+ $ sudo docker run ubuntu:14.04 /bin/echo 'Hello World' |
|
| 17 | 17 |
Hello World! |
| 18 | 18 |
|
| 19 | 19 |
And you just launched your first container! |