Merge pull request #6282 from jobrieniii/patch-3

Update usingdocker.md
This commit is contained in:
James Turnbull 2014-06-08 12:14:05 -07:00
commit faeede0200
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ Let's see a sample of that JSON output.
We can also narrow down the information we want to return by requesting a
specific element, for example to return the container's IP address we would:
$ sudo docker inspect -f '{{ .NetworkSettings.IPAddress }}'
$ sudo docker inspect -f '{{ .NetworkSettings.IPAddress }}' nostalgic_morse
172.17.0.5
## Stopping our Web Application Container