1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix typo for docker swarm description

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-08-08 14:47:15 +08:00
parent 8b69fc4e88
commit eb4b965ddb

View file

@ -68,7 +68,7 @@ The underlying logic of Docker swarm mode is a general purpose scheduler and
orchestrator. The service and task abstractions themselves are unaware of the
containers they implement. Hypothetically, you could implement other types of
tasks such as virtual machine tasks or non-containerized process tasks. The
scheduler and orchestrator are agnostic about they type of task. However, the
scheduler and orchestrator are agnostic about their type of task. However, the
current version of Docker only supports container tasks.
The diagram below shows how swarm mode accepts service create requests and