Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
fix formatting issue (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukassup authored and Mano Marks committed Jun 16, 2017
1 parent ef7e5a1 commit 1bc66e4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions networking/A3-overlay-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,26 +110,26 @@ Now that you have a Swarm initialized it's time to create an **overlay** network
```
node1$ docker network inspect overnet
[
{
"Name": "overnet",
"Id": "0cihm9yiolp0s9kcczchqorhb",
"Scope": "swarm",
"Driver": "overlay",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": []
},
"Internal": false,
"Containers": null,
"Options": {
"com.docker.network.driver.overlay.vxlanid_list": "257"
},
"Labels": null
}
]
[
{
"Name": "overnet",
"Id": "0cihm9yiolp0s9kcczchqorhb",
"Scope": "swarm",
"Driver": "overlay",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": []
},
"Internal": false,
"Containers": null,
"Options": {
"com.docker.network.driver.overlay.vxlanid_list": "257"
},
"Labels": null
}
]
```
# <a name="create_service"></a>Step 3: Create a service
Expand Down

0 comments on commit 1bc66e4

Please sign in to comment.