Skip to content

Commit

Permalink
Fix typo for docker swarm description
Browse files Browse the repository at this point in the history
Signed-off-by: lixiaobing10051267 <[email protected]>
  • Loading branch information
lixiaobing1 committed Aug 8, 2016
1 parent 8b69fc4 commit eb4b965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/swarm/how-swarm-mode-works/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb4b965

Please sign in to comment.