File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -110,26 +110,26 @@ Now that you have a Swarm initialized it's time to create an **overlay** network
110
110
111
111
```
112
112
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
+ ]
133
133
```
134
134
135
135
# <a name="create_service"></a>Step 3: Create a service
You can’t perform that action at this time.
0 commit comments