You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: networking/A3-overlay-networking.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Now that you have a Swarm initialized it's time to create an **overlay** network
86
86
8eqnahrmp9lv ingress overlay swarm
87
87
ef4896538cc7 none null local
88
88
0cihm9yiolp0 overnet overlay swarm
89
-
```
89
+
```
90
90
91
91
The new "overnet" network is shown on the last line of the output above. Notice how it is associated with the **overlay** driver and is scoped to the entire Swarm.
92
92
@@ -130,7 +130,7 @@ Now that you have a Swarm initialized it's time to create an **overlay** network
130
130
"Labels": null
131
131
}
132
132
]
133
-
```
133
+
```
134
134
135
135
# <a name="create_service"></a>Step 3: Create a service
0 commit comments