mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #18541 from programmerq/inspect_command_ip_address
Add the actual command in this example.
This commit is contained in:
commit
1d775a54cc
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ The network named `bridge` is a special network. Unless you tell it otherwise, D
|
|||
Inspecting the network is an easy way to find out the container's IP address.
|
||||
|
||||
```bash
|
||||
$ docker network inspect bridge
|
||||
[
|
||||
{
|
||||
"Name": "bridge",
|
||||
|
|
Loading…
Add table
Reference in a new issue