Merge pull request from jobrieniii/patch-2

Update usingdocker.md
This commit is contained in:
James Turnbull 2014-06-08 12:05:36 -07:00
commit 8ac4261263

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.