Merge pull request #1242 from klaus1982/master

correct mesos parameters
This commit is contained in:
Victor Vieux 2015-09-29 14:26:20 -07:00
commit e52e14b499
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