mirror of https://github.com/docker/docs.git
Small spelling and capitalisation fixes
Signed-off-by: Alex Chan <alex.chan@metaswitch.com>
This commit is contained in:
parent
284ba144ed
commit
917653254c
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/)
|
||||
|
|
|
@ -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/)
|
||||
|
|
Loading…
Reference in New Issue