mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update usingdocker.md
Added container name `nostalgic_morse` to end of `inspect -f` example
This commit is contained in:
parent
8ac4261263
commit
862d3eb284
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue