Skip to content

Commit

Permalink
Merge pull request moby#25479 from lixiaobing10051267/masterThey
Browse files Browse the repository at this point in the history
Fix typo for docker swarm description
  • Loading branch information
thaJeztah authored Aug 8, 2016
2 parents 842d69d + eb4b965 commit 02ca34b
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 02ca34b

Please sign in to comment.