Преглед на файлове

Update usingdocker.md

Just noticed `sudo` missing on line 232.  (Learning so doing lots of copying / pasting)
John OBrien III преди 11 години
родител
ревизия
2337f52999
променени са 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.