mirror of https://github.com/docker/docs.git
remove machine/index.md (to be replaced)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
26926972ea
commit
ce451cba54
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
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)
|
||||
- [DigitalOcean 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)
|
|
@ -2,6 +2,8 @@
|
|||
description: Introduction and Overview of Machine
|
||||
keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale
|
||||
title: Docker Machine overview
|
||||
redirect_from:
|
||||
- /machine/
|
||||
---
|
||||
|
||||
You can use Docker Machine to:
|
||||
|
|
Loading…
Reference in New Issue