update the mkdocs.yml to add new docs

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Upstream-commit: 6d4b0f53342f4b56ad0770bd0e1bce6fcd898a41
Component: engine
This commit is contained in:
Sven Dowideit
2015-02-26 09:46:55 +10:00
parent a1794f8b7d
commit d372e2ab22
3 changed files with 35 additions and 0 deletions

View File

@ -80,6 +80,31 @@ Trusted Builds and private repositories.
Go to [Working with Docker Hub](/userguide/dockerrepos).
## Docker Compose
Docker Compose allows you to define a application's components -- their containers,
configuration, links and volumes -- in a single file. Then a single command
will set everything up and start your application running.
Go to [Docker Compose user guide](/compose/).
## Docker Machine
Docker Machine helps you get Docker Engines up and running quickly. Machine
can set up hosts for Docker Engines on your computer, on cloud providers,
and/or in your data center, and then configure your Docker client to securely
talk to them.
Go to [Docker Machine user guide](/machine/).
## Docker Swarm
Docker Swarm pools several Docker Engines together and exposes them as a single
virtual Docker Engine. It serves the standard Docker API, so any tool that already
works with Docker can now transparently scale up to multiple hosts.
Go to [Docker Swarm user guide](/swarm/).
## Getting help
* [Docker homepage](http://www.docker.com/)