Merge pull request #1538 from vitan/patch-1

Typo
This commit is contained in:
Victor Vieux 2015-12-14 13:18:26 -08:00
commit 81bf5bc067
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>`.