Преглед изворни кода

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
 `docker inspect` command. It returns a JSON hash of useful configuration
 and status information about Docker containers.
 and status information about Docker containers.
 
 
-    $ docker inspect nostalgic_morse
+    $ sudo docker inspect nostalgic_morse
 
 
 Let's see a sample of that JSON output.
 Let's see a sample of that JSON output.