Merge pull request #6464 from SvenDowideit/pr_out_exclaimation_marks_cause_shell_pain_simplify_it_away

exclaimation marks cause shell pain - simplify it away
Upstream-commit: da327c8fa361affa2c453bf1c103b8120f4ba059
Component: engine
This commit is contained in:
O.S. Tezer
2014-06-16 18:13:24 -07:00

View File

@ -13,7 +13,7 @@ application inside a container takes a single command: `docker run`.
Let's try it now.
$ sudo docker run ubuntu:14.04 /bin/echo 'Hello World!'
$ sudo docker run ubuntu:14.04 /bin/echo 'Hello World'
Hello World!
And you just launched your first container!