Merge pull request #1706 from jimenez/rename_agent

Renaming agent in README
This commit is contained in:
Victor Vieux 2016-01-29 11:42:04 -08:00
commit f08f47044e
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.