mirror of https://github.com/docker/docs.git
Merge pull request #1669 from moxiegirl/fix-index-links
Fixing links that weren't resolving
This commit is contained in:
commit
8f82b76274
|
@ -11,17 +11,17 @@ identifier="smn_machine_drivers"
|
|||
|
||||
# Supported Drivers
|
||||
|
||||
* [Amazon Web Services](aws.md)
|
||||
* [Microsoft Azure](azure.md)
|
||||
* [Digital Ocean](digital-ocean.md)
|
||||
* [Exoscale](exoscale.md)
|
||||
* [Google Compute Engine](gce.md)
|
||||
* [Generic](generic.md)
|
||||
* [Microsoft Hyper-V](hyper-v.md)
|
||||
* [OpenStack](openstack.md)
|
||||
* [Rackspace](rackspace.md)
|
||||
* [IBM Softlayer](soft-layer.md)
|
||||
* [Oracle VirtualBox](virtualbox.md)
|
||||
* [VMware vCloud Air](vm-cloud.md)
|
||||
* [VMware Fusion](vm-fusion.md)
|
||||
* [VMware vSphere](vsphere.md)
|
||||
* [Amazon Web Services](/drivers/aws.md)
|
||||
* [Microsoft Azure](/drivers/azure.md)
|
||||
* [Digital Ocean](/drivers/digital-ocean.md)
|
||||
* [Exoscale](/drivers/exoscale.md)
|
||||
* [Google Compute Engine](/drivers/gce.md)
|
||||
* [Generic](/drivers/generic.md)
|
||||
* [Microsoft Hyper-V](/drivers/hyper-v.md)
|
||||
* [OpenStack](/drivers/openstack.md)
|
||||
* [Rackspace](/drivers/rackspace.md)
|
||||
* [IBM Softlayer](/drivers/soft-layer.md)
|
||||
* [Oracle VirtualBox](/drivers/virtualbox.md)
|
||||
* [VMware vCloud Air](/drivers/vm-cloud.md)
|
||||
* [VMware Fusion](/drivers/vm-fusion.md)
|
||||
* [VMware vSphere](/drivers/vsphere.md)
|
|
@ -126,7 +126,7 @@ Labels:
|
|||
The supported flags are as follows:
|
||||
|
||||
- `--engine-insecure-registry`: Specify [insecure registries](https://docs.docker.com/reference/commandline/cli/#insecure-registries) to allow with the created engine
|
||||
- `--engine-registry-mirror`: Specify [registry mirrors](https://github.com/docker/docker/blob/master/docs/sources/articles/registry_mirror.md) to use
|
||||
- `--engine-registry-mirror`: Specify <a href="https://github.com/docker/docker/blob/master/docs/sources/articles/registry_mirror.md">registry mirrors</a> to use
|
||||
- `--engine-label`: Specify [labels](https://docs.docker.com/userguide/labels-custom-metadata/#daemon-labels) for the created engine
|
||||
- `--engine-storage-driver`: Specify a [storage driver](https://docs.docker.com/reference/commandline/cli/#daemon-storage-driver-option) to use with the engine
|
||||
|
||||
|
|
|
@ -12,22 +12,22 @@ parent="smn_machine_ref"
|
|||
|
||||
# Supported Docker Machine subcommands
|
||||
|
||||
* [active](active.md)
|
||||
* [config](config.md)
|
||||
* [create](create.md)
|
||||
* [env](env.md)
|
||||
* [help](help.md)
|
||||
* [inspect](inspect.md)
|
||||
* [ip](ip.md)
|
||||
* [kill](kill.md)
|
||||
* [ls](ls.md)
|
||||
* [regenerate-certs](regenerate-certs.md)
|
||||
* [restart](restart.md)
|
||||
* [rm](rm.md)
|
||||
* [scp](scp.md)
|
||||
* [ssh](ssh.md)
|
||||
* [start](start.md)
|
||||
* [status](status.md)
|
||||
* [stop](stop.md)
|
||||
* [upgrade](upgrade.md)
|
||||
* [url](url.md)
|
||||
* [active](/reference/active.md)
|
||||
* [config](/reference/config.md)
|
||||
* [create](/reference/create.md)
|
||||
* [env](/reference/env.md)
|
||||
* [help](/reference/help.md)
|
||||
* [inspect](/reference/inspect.md)
|
||||
* [ip](/reference/ip.md)
|
||||
* [kill](/reference/kill.md)
|
||||
* [ls](/reference/ls.md)
|
||||
* [regenerate-certs](/reference/regenerate-certs.md)
|
||||
* [restart](/reference/restart.md)
|
||||
* [rm](/reference/rm.md)
|
||||
* [scp](/reference/scp.md)
|
||||
* [ssh](/reference/ssh.md)
|
||||
* [start](/reference/start.md)
|
||||
* [status](/reference/status.md)
|
||||
* [stop](/reference/stop.md)
|
||||
* [upgrade](/reference/upgrade.md)
|
||||
* [url](/reference/url.md)
|
||||
|
|
Loading…
Reference in New Issue