mirror of https://github.com/docker/docs.git
correct mesos parameters
Signed-off-by: Klaus Ma <klaus.ma@outlook.com>
This commit is contained in:
parent
a583e9929e
commit
63e86289cf
|
@ -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