correct mesos parameters

Signed-off-by: Klaus Ma <klaus.ma@outlook.com>
This commit is contained in:
Klaus Ma 2015-09-27 12:46:28 +08:00
parent a583e9929e
commit 63e86289cf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ containers on a Mesos cluster.
## Prerequisites
Each node in your swarm must run a Mesos slave. The slave must be capable of
starting tasks in a Docker Container using the `--containerizer=docker` option.
starting tasks in a Docker Container using the `--containerizers=docker` option.
You need to configure two TCP ports on the slave. One port to listen for the
swarm manager, for example 2375. And a second TCP port to listen for the Mesos