1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update usingdocker.md

Just noticed `sudo` missing on line 232.  (Learning so doing lots of copying / pasting)
This commit is contained in:
John OBrien III 2014-06-08 14:58:13 -04:00
parent 1ecb170352
commit 2337f52999

View file

@ -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.