mirror of
https://github.com/moby/moby.git
synced 2026-08-05 07:30:57 +00:00
Merge pull request #6464 from SvenDowideit/pr_out_exclaimation_marks_cause_shell_pain_simplify_it_away
exclaimation marks cause shell pain - simplify it away
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user