Skip to content

Commit 82d10f0

Browse files
committed
Update swarm_plus_netplugin.md
1 parent f736fea commit 82d10f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/swarm_plus_netplugin.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ You can run containers and attach them to one of these networks as below.
6666
$ docker run -itd --publish-service foo.private ubuntu bash
6767
f291e269b45a5877f6fc952317feb329e12a99bda3a44a740b4c3307ef87954c
6868
```
69+
publish-service takes service name in `<service>.<network>` format. Container above gets the servic ename `foo` in network `private`
6970

70-
You can verify its running and has the correct service name
71+
You can verify the container is running and has the correct service name
7172

7273
```
7374
$ docker ps

0 commit comments

Comments
 (0)