浏览代码

Merge pull request #18541 from programmerq/inspect_command_ip_address

Add the actual command in this example.
Sebastiaan van Stijn 9 年之前
父节点
当前提交
1d775a54cc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/userguide/networkingcontainers.md

+ 1 - 0
docs/userguide/networkingcontainers.md

@@ -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",