Small spelling and capitalisation fixes

Signed-off-by: Alex Chan <alex.chan@metaswitch.com>
This commit is contained in:
Alex Chan 2015-05-27 15:22:36 +01:00
parent 284ba144ed
commit 917653254c
4 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ replacing `docker run swarm` with just `swarm`.
## Participating
We welcome pull requests and patches; come say hi on IRC, #docker-swarm on freenode.
We welcome pull requests and patches; come say hi on IRC, #docker-swarm on Freenode.
Our planning process and release cycle are detailed on the [wiki](https://github.com/docker/swarm/wiki)

View File

@ -39,7 +39,7 @@ The builtin scheduler allows you to manage container on approximately hundreds o
In the future, we want to allow third party tools to be plugged into Docker Swarm to allow management
of much bigger clusters.
The first integration will be Mesos but other tools will arrive after, like kubernetes.
The first integration will be Mesos but other tools will arrive after, like Kubernetes.
* [x] Cluster Drivers [#393](https://github.com/docker/swarm/issues/393)
* [ ] Mesos implementation

View File

@ -42,5 +42,5 @@ POST "/images/create" : "docker import" flow not implement
- [User guide](https://docs.docker.com/swarm/)
- [Discovery options](https://docs.docker.com/swarm/discovery/)
- [Sheduler strategies](https://docs.docker.com/swarm/scheduler/strategy/)
- [Sheduler filters](https://docs.docker.com/swarm/scheduler/filter/)
- [Scheduler strategies](https://docs.docker.com/swarm/scheduler/strategy/)
- [Scheduler filters](https://docs.docker.com/swarm/scheduler/filter/)

View File

@ -404,5 +404,5 @@ This filter will prevent scheduling containers on unhealthy nodes.
- [User guide](https://docs.docker.com/swarm/)
- [Discovery options](https://docs.docker.com/swarm/discovery/)
- [Sheduler strategies](https://docs.docker.com/swarm/scheduler/strategy/)
- [Scheduler strategies](https://docs.docker.com/swarm/scheduler/strategy/)
- [Swarm API](https://docs.docker.com/swarm/API/)