Files
docker-docs/machine/index.md
Gaetan 75fe044313 fix type of keywords entry in frontmatter (in /machine/) (#556)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:51:12 -08:00

16 lines
811 B
Markdown

---
description: Introduction and Overview of Machine
keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale
title: Docker Machine
---
- [Docker Machine overview](overview.md)
- [Install Docker Machine](install-machine.md)
- Install a machine on your [local system using VirtualBox](get-started.md)
- Install multiple machines [on your cloud provider](get-started-cloud.md)
- [Digital Ocean Example](examples/ocean.md)
- [AWS Example](examples/aws.md)
- [Machine concepts and help](concepts.md)
- [Migrate from Boot2Docker to Docker Machine](migrate-to-machine.md)
- [Docker Machine driver reference](drivers/index.md)
- [Docker Machine subcommand reference](reference/index.md)