浏览代码

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 11 年之前
父节点
当前提交
da327c8fa3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/dockerizing.md

+ 1 - 1
docs/sources/userguide/dockerizing.md

@@ -13,7 +13,7 @@ application inside a container takes a single command: `docker run`.
 
 
 Let's try it now.
 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!
     Hello World!
 
 
 And you just launched your first container!
 And you just launched your first container!