Browse Source

Merge pull request #6280 from jobrieniii/patch-1

Update dockerizing.md
James Turnbull 11 years ago
parent
commit
1ecb170352
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/userguide/dockerizing.md

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

@@ -179,7 +179,7 @@ has just stopped.
 
 Let's check it worked with the `docker ps` command.
 
-    $ docker ps
+    $ sudo docker ps
     CONTAINER ID  IMAGE         COMMAND               CREATED        STATUS       PORTS NAMES
 
 Excellent. Our container has been stopped.