Browse code

Merge pull request #6464 from SvenDowideit/pr_out_exclaimation_marks_cause_shell_pain_simplify_it_away

exclaimation marks cause shell pain - simplify it away

O.S. Tezer authored on 2014/06/17 10:13:24
Showing 1 changed files
... ...
@@ -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!