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 node1$ docker network inspect overnet
[ [
{ {
"Name": "overnet", "Name": "overnet",
"Id": "0cihm9yiolp0s9kcczchqorhb", "Id": "0cihm9yiolp0s9kcczchqorhb",
"Scope": "swarm", "Scope": "swarm",
"Driver": "overlay", "Driver": "overlay",
"EnableIPv6": false, "EnableIPv6": false,
"IPAM": { "IPAM": {
"Driver": "default", "Driver": "default",
"Options": null, "Options": null,
"Config": [] "Config": []
}, },
"Internal": false, "Internal": false,
"Containers": null, "Containers": null,
"Options": { "Options": {
"com.docker.network.driver.overlay.vxlanid_list": "257" "com.docker.network.driver.overlay.vxlanid_list": "257"
}, },
"Labels": null "Labels": null
} }
] ]
``` ```
# <a name="create_service"></a>Step 3: Create a service # <a name="create_service"></a>Step 3: Create a service