We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f736fea commit 82d10f0Copy full SHA for 82d10f0
docs/swarm_plus_netplugin.md
@@ -66,8 +66,9 @@ You can run containers and attach them to one of these networks as below.
66
$ docker run -itd --publish-service foo.private ubuntu bash
67
f291e269b45a5877f6fc952317feb329e12a99bda3a44a740b4c3307ef87954c
68
```
69
+publish-service takes service name in `<service>.<network>` format. Container above gets the servic ename `foo` in network `private`
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
72
73
74
$ docker ps
0 commit comments