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

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

@ -110,7 +110,7 @@ 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",
@ -129,7 +129,7 @@ Now that you have a Swarm initialized it's time to create an **overlay** network
}, },
"Labels": null "Labels": null
} }
] ]
``` ```
# <a name="create_service"></a>Step 3: Create a service # <a name="create_service"></a>Step 3: Create a service