mirror of https://github.com/docker/docs.git
Merge pull request #1242 from klaus1982/master
correct mesos parameters
This commit is contained in:
commit
e52e14b499
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue