exclaimation marks cause shell pain - simplify it away

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
SvenDowideit 2014-06-17 10:49:23 +10:00
parent 5e8402568e
commit 21849f1a21
1 changed files with 1 additions and 1 deletions

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!