Browse Source

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 năm trước cách đây
mục cha
commit
da327c8fa3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 
-    $ 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!