Przeglądaj źródła

Merge pull request #6282 from jobrieniii/patch-3

Update usingdocker.md
James Turnbull 11 lat temu
rodzic
commit
faeede0200
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/sources/userguide/usingdocker.md

+ 1 - 1
docs/sources/userguide/usingdocker.md

@@ -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
 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:
 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
     172.17.0.5
 
 
 ## Stopping our Web Application Container
 ## Stopping our Web Application Container