This commit is contained in:
Lukas Šupienis 2017-06-16 22:25:47 +03:00 коммит произвёл Mano Marks
Родитель ef7e5a12e4
Коммит 1bc66e4fb8
1 изменённых файлов: 20 добавлений и 20 удалений

Просмотреть файл

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