Signed-off-by: Weitao Zhou <wtzhou@dataman-inc.com>
This commit is contained in:
Zhou Weitao 2015-12-13 20:21:35 +08:00 committed by Weitao Zhou
parent d3affe5904
commit 72db0bbc04
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $ docker run -d -p <swarm_port>:2375 -p 3375:3375 \
-c mesos-experimental \
--cluster-opt mesos.address=<public_machine_ip> \
--cluster-opt mesos.port=3375 \
<mesos_master_ip>:<mesos_master:port>
<mesos_master_ip>:<mesos_master_port>
```
The command above creates a swarm manager listening at `<swarm_port>`.