Skip to content

Commit 1bc66e4

Browse files
lukassupMano Marks
authored and
Mano Marks
committed
fix formatting issue (docker#302)
1 parent ef7e5a1 commit 1bc66e4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

networking/A3-overlay-networking.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -110,26 +110,26 @@ Now that you have a Swarm initialized it's time to create an **overlay** network
110110
111111
```
112112
node1$ docker network inspect overnet
113-
[
114-
{
115-
"Name": "overnet",
116-
"Id": "0cihm9yiolp0s9kcczchqorhb",
117-
"Scope": "swarm",
118-
"Driver": "overlay",
119-
"EnableIPv6": false,
120-
"IPAM": {
121-
"Driver": "default",
122-
"Options": null,
123-
"Config": []
124-
},
125-
"Internal": false,
126-
"Containers": null,
127-
"Options": {
128-
"com.docker.network.driver.overlay.vxlanid_list": "257"
129-
},
130-
"Labels": null
131-
}
132-
]
113+
[
114+
{
115+
"Name": "overnet",
116+
"Id": "0cihm9yiolp0s9kcczchqorhb",
117+
"Scope": "swarm",
118+
"Driver": "overlay",
119+
"EnableIPv6": false,
120+
"IPAM": {
121+
"Driver": "default",
122+
"Options": null,
123+
"Config": []
124+
},
125+
"Internal": false,
126+
"Containers": null,
127+
"Options": {
128+
"com.docker.network.driver.overlay.vxlanid_list": "257"
129+
},
130+
"Labels": null
131+
}
132+
]
133133
```
134134
135135
# <a name="create_service"></a>Step 3: Create a service

0 commit comments

Comments
 (0)