machine: handle indexing through config

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-21 15:32:17 +02:00
parent 126c4cf202
commit 26926972ea
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
50 changed files with 8 additions and 48 deletions

View File

@ -104,6 +104,10 @@ defaults:
values:
sitemap: false
title: Docker Enterprise moved to Mirantis
- scope:
path: "machine"
values:
sitemap: false
- scope:
path: "samples/library"
values:

View File

@ -101,6 +101,10 @@ defaults:
values:
sitemap: false
title: Docker Enterprise moved to Mirantis
- scope:
path: "machine"
values:
sitemap: false
- scope:
path: "samples/library"
values:

View File

@ -3,7 +3,6 @@ published: false
title: "Machine plugins"
description: "Machine plugins"
keywords: ["Docker, documentation, manual, guide, reference, api"]
sitemap: false
---

View File

@ -2,7 +2,6 @@
description: Amazon Web Services driver for machine
keywords: machine, Amazon Web Services, driver
title: Amazon Web Services
sitemap: false
---
Create machines on [Amazon Web Services](https://aws.amazon.com).

View File

@ -2,7 +2,6 @@
description: Microsoft Azure driver for machine
keywords: machine, Microsoft Azure, driver
title: Microsoft Azure
sitemap: false
---
You need an Azure Subscription to use this Docker Machine driver.

View File

@ -2,7 +2,6 @@
description: DigitalOcean driver for machine
keywords: machine, digitalocean, driver
title: DigitalOcean
sitemap: false
---
Create Docker machines on [DigitalOcean](https://www.digitalocean.com/).

View File

@ -2,7 +2,6 @@
description: Exoscale driver for machine
keywords: machine, exoscale, driver
title: Exoscale
sitemap: false
---
Create machines on [Exoscale](https://www.exoscale.com/).

View File

@ -2,7 +2,6 @@
description: Google Compute Engine driver for machine
keywords: machine, Google Compute Engine, driver
title: Google Compute Engine
sitemap: false
---
Create machines on [Google Compute Engine](https://cloud.google.com/compute/).

View File

@ -2,7 +2,6 @@
description: Generic driver for machine
keywords: machine, Generic, driver
title: Generic
sitemap: false
---
Create machines using an existing VM/Host with SSH.

View File

@ -3,7 +3,6 @@ description: Microsoft Hyper-V driver for machine
keywords: machine, Microsoft Hyper-V, driver
title: Microsoft Hyper-V
toc_max: 4
sitemap: false
---
Creates a Boot2Docker virtual machine locally on your Windows machine

View File

@ -2,7 +2,6 @@
description: Reference for drivers Docker Machine supports
keywords: machine, drivers, supports
title: Machine drivers
sitemap: false
---
- [Amazon Web Services](aws.md)

View File

@ -2,7 +2,6 @@
description: Linode driver for machine
keywords: machine, Linode, driver
title: Linode
sitemap: false
---
Create machines on [Linode](https://www.linode.com).

View File

@ -2,7 +2,6 @@
description: OpenStack driver for machine
keywords: machine, OpenStack, driver
title: OpenStack
sitemap: false
---
Create machines on [OpenStack](https://www.openstack.org/software/)

View File

@ -2,7 +2,6 @@
description: Identify active machines
keywords: machine, driver, base, operating system
title: Driver options and operating system defaults
sitemap: false
---
When Docker Machine provisions containers on local network provider or with a

View File

@ -2,7 +2,6 @@
description: Rackspace driver for machine
keywords: machine, Rackspace, driver
title: Rackspace
sitemap: false
---
Create machines on [Rackspace cloud](https://www.rackspace.com/cloud)

View File

@ -2,7 +2,6 @@
description: IBM Softlayer driver for machine
keywords: machine, IBM Softlayer, driver
title: IBM Softlayer
sitemap: false
---
Create machines on [Softlayer](http://softlayer.com).

View File

@ -2,7 +2,6 @@
description: Oracle VirtualBox driver for machine
keywords: machine, Oracle VirtualBox, driver
title: Oracle VirtualBox
sitemap: false
---
Create machines locally using [VirtualBox](https://www.virtualbox.org/).

View File

@ -2,7 +2,6 @@
description: VMware vCloud Air driver for machine
keywords: machine, VMware vCloud Air, driver
title: VMware vCloud Air
sitemap: false
---
Creates machines on [vCloud Air](https://cloudsolutions.vmware.com) subscription service.

View File

@ -2,7 +2,6 @@
description: VMware Fusion driver for machine
keywords: machine, VMware Fusion, driver
title: VMware Fusion
sitemap: false
---
Creates machines locally on [VMware Fusion](https://www.vmware.com/products/fusion.html). Requires VMware Fusion to be installed.

View File

@ -2,7 +2,6 @@
description: VMware vSphere driver for machine
keywords: machine, VMware vSphere, driver
title: VMware vSphere
sitemap: false
---
Creates machines on a [VMware vSphere](https://www.vmware.com/products/vsphere.html)

View File

@ -2,7 +2,6 @@
description: Using Docker Machine to provision hosts on AWS
keywords: docker, machine, cloud, aws
title: Amazon Web Services (AWS) EC2 example
sitemap: false
---
Follow along with this example to create a Dockerized [Amazon Web Services (AWS)](https://aws.amazon.com/) EC2 instance.

View File

@ -2,7 +2,6 @@
description: Examples of cloud installs
keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale
title: Learn by example
sitemap: false
---
- [DigitalOcean Example](ocean.md)
- [AWS Example](aws.md)

View File

@ -2,7 +2,6 @@
description: Using Docker Machine to provision hosts on DigitalOcean
keywords: docker, machine, cloud, digitalocean
title: DigitalOcean example
sitemap: false
---
Follow along with this example to create a Dockerized [DigitalOcean](https://digitalocean.com) Droplet (cloud host).

View File

@ -2,7 +2,6 @@
description: Using Docker Machine to provision hosts on cloud providers
keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale
title: Use Docker Machine to provision hosts on cloud providers
sitemap: false
---
Docker Machine driver plugins are available for many cloud platforms, so you can

View File

@ -2,7 +2,6 @@
description: Get started with Docker Machine and a local VM
keywords: machine, virtualbox
title: Get started with Docker Machine and a local VM
sitemap: false
---
Let's take a look at using `docker-machine` to create, use, and manage a

View File

@ -2,7 +2,6 @@
description: Introduction and Overview of Machine
keywords: docker, machine, amazonec2, azure, digitalocean, google, openstack, rackspace, softlayer, virtualbox, vmwarefusion, vmwarevcloudair, vmwarevsphere, exoscale
title: Docker Machine
sitemap: false
---
- [Docker Machine overview](overview.md)

View File

@ -2,7 +2,6 @@
description: How to install Docker Machine
keywords: machine, orchestration, install, installation, docker, documentation, uninstall Docker Machine, uninstall
title: Install Docker Machine
sitemap: false
---
Install Docker Machine binaries by following the instructions in the following section. You can find the latest

View File

@ -2,7 +2,6 @@
description: Migrate from Boot2Docker to Docker Machine
keywords: machine, commands, boot2docker, migrate, docker
title: Migrate from Boot2Docker to Machine
sitemap: false
---
If you were using Boot2Docker previously, you have a pre-existing Docker

View File

@ -2,7 +2,6 @@
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
sitemap: false
---
You can use Docker Machine to:

View File

@ -2,7 +2,6 @@
description: Identify active machines
keywords: machine, active, subcommand
title: docker-machine active
sitemap: false
---
See which machine is "active" (a machine is considered active if the

View File

@ -2,7 +2,6 @@
description: Show client configuration
keywords: machine, config, subcommand
title: docker-machine config
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Set environment variables on a machine
keywords: machine, env, subcommand
title: docker-machine env
sitemap: false
---
Set environment variables to dictate that `docker` should run a command against

View File

@ -2,7 +2,6 @@
description: Show command help
keywords: machine, help, subcommand
title: docker-machine help
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Docker Machine Commands Overview
keywords: machine, commands
title: Docker Machine command-line reference
sitemap: false
---
- [active](active.md)

View File

@ -2,7 +2,6 @@
description: Inspect information about a machine
keywords: machine, inspect, subcommand
title: docker-machine inspect
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Show client configuration
keywords: machine, ip, subcommand
title: docker-machine ip
sitemap: false
---
Get the IP address of one or more machines.

View File

@ -2,7 +2,6 @@
description: Kill (abruptly force stop) a machine.
keywords: machine, kill, subcommand
title: docker-machine kill
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: List machines
keywords: machine, ls, subcommand
title: docker-machine ls
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Mount directory from machine
keywords: machine, mount, subcommand
title: docker-machine mount
sitemap: false
---
Mount directories from a machine to your local host, using `sshfs`.

View File

@ -2,7 +2,6 @@
description: Re-run provisioning on a created machine.
keywords: machine, provision, subcommand
title: docker-machine provision
sitemap: false
---
Re-run provisioning on a created machine.

View File

@ -2,7 +2,6 @@
description: Regenerate and update TLS certificates
keywords: machine, regenerate-certs, subcommand
title: docker-machine regenerate-certs
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Restart a machine
keywords: machine, restart, subcommand
title: docker-machine restart
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Remove a machine.
keywords: machine, rm, subcommand
title: docker-machine rm
sitemap: false
---
Remove a machine. This removes the local reference and deletes it

View File

@ -2,7 +2,6 @@
description: Copy files among machines
keywords: machine, scp, subcommand
title: docker-machine scp
sitemap: false
---
Copy files from your local host to a machine, from machine to machine, or from a

View File

@ -2,7 +2,6 @@
description: Log into or run a command on a machine using SSH.
keywords: machine, ssh, subcommand
title: docker-machine ssh
sitemap: false
---
Log into or run a command on a machine using SSH.

View File

@ -2,7 +2,6 @@
description: Start a machine
keywords: machine, start, subcommand
title: docker-machine start
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Get the status of a machine
keywords: machine, status, subcommand
title: docker-machine status
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Gracefully stop a machine
keywords: machine, stop, subcommand
title: docker-machine stop
sitemap: false
---
```none

View File

@ -2,7 +2,6 @@
description: Upgrade Docker on a machine
keywords: machine, upgrade, subcommand
title: docker-machine upgrade
sitemap: false
---
Upgrade a machine to the latest version of Docker. How this upgrade happens

View File

@ -2,7 +2,6 @@
description: Get the URL of a host
keywords: machine, url, subcommand
title: docker-machine url
sitemap: false
---
Get the URL of a host