浏览代码

Merge pull request #6281 from jobrieniii/patch-2

Update usingdocker.md
James Turnbull 11 年之前
父节点
当前提交
8ac4261263
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/usingdocker.md

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

@@ -229,7 +229,7 @@ Lastly, we can take a low-level dive into our Docker container using the
 `docker inspect` command. It returns a JSON hash of useful configuration
 and status information about Docker containers.
 
-    $ docker inspect nostalgic_morse
+    $ sudo docker inspect nostalgic_morse
 
 Let's see a sample of that JSON output.