Renaming agent in README

Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
This commit is contained in:
Isabel Jimenez 2016-01-29 14:32:23 -05:00
parent 4ce93c1997
commit d86226dfb3
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ containers on a Mesos cluster.
## Prerequisites
Each node in your swarm must run a Mesos slave. The slave must be capable of
Each node in your swarm must run a Mesos agent. The agent must be capable of
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
You need to configure two TCP ports on the agent. One port to listen for the
swarm manager, for example 2375. And a second TCP port to listen for the Mesos
master, for example 3375.