Fixing links that weren't resolving

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-08-11 08:59:18 -07:00
parent cf10bf45b5
commit ecb727822c
3 changed files with 34 additions and 34 deletions

View File

@ -11,17 +11,17 @@ identifier="smn_machine_drivers"
# Supported Drivers # Supported Drivers
* [Amazon Web Services](aws.md) * [Amazon Web Services](/drivers/aws.md)
* [Microsoft Azure](azure.md) * [Microsoft Azure](/drivers/azure.md)
* [Digital Ocean](digital-ocean.md) * [Digital Ocean](/drivers/digital-ocean.md)
* [Exoscale](exoscale.md) * [Exoscale](/drivers/exoscale.md)
* [Google Compute Engine](gce.md) * [Google Compute Engine](/drivers/gce.md)
* [Generic](generic.md) * [Generic](/drivers/generic.md)
* [Microsoft Hyper-V](hyper-v.md) * [Microsoft Hyper-V](/drivers/hyper-v.md)
* [OpenStack](openstack.md) * [OpenStack](/drivers/openstack.md)
* [Rackspace](rackspace.md) * [Rackspace](/drivers/rackspace.md)
* [IBM Softlayer](soft-layer.md) * [IBM Softlayer](/drivers/soft-layer.md)
* [Oracle VirtualBox](virtualbox.md) * [Oracle VirtualBox](/drivers/virtualbox.md)
* [VMware vCloud Air](vm-cloud.md) * [VMware vCloud Air](/drivers/vm-cloud.md)
* [VMware Fusion](vm-fusion.md) * [VMware Fusion](/drivers/vm-fusion.md)
* [VMware vSphere](vsphere.md) * [VMware vSphere](/drivers/vsphere.md)

View File

@ -126,7 +126,7 @@ Labels:
The supported flags are as follows: 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-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-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 - `--engine-storage-driver`: Specify a [storage driver](https://docs.docker.com/reference/commandline/cli/#daemon-storage-driver-option) to use with the engine

View File

@ -12,22 +12,22 @@ parent="smn_machine_ref"
# Supported Docker Machine subcommands # Supported Docker Machine subcommands
* [active](active.md) * [active](/reference/active.md)
* [config](config.md) * [config](/reference/config.md)
* [create](create.md) * [create](/reference/create.md)
* [env](env.md) * [env](/reference/env.md)
* [help](help.md) * [help](/reference/help.md)
* [inspect](inspect.md) * [inspect](/reference/inspect.md)
* [ip](ip.md) * [ip](/reference/ip.md)
* [kill](kill.md) * [kill](/reference/kill.md)
* [ls](ls.md) * [ls](/reference/ls.md)
* [regenerate-certs](regenerate-certs.md) * [regenerate-certs](/reference/regenerate-certs.md)
* [restart](restart.md) * [restart](/reference/restart.md)
* [rm](rm.md) * [rm](/reference/rm.md)
* [scp](scp.md) * [scp](/reference/scp.md)
* [ssh](ssh.md) * [ssh](/reference/ssh.md)
* [start](start.md) * [start](/reference/start.md)
* [status](status.md) * [status](/reference/status.md)
* [stop](stop.md) * [stop](/reference/stop.md)
* [upgrade](upgrade.md) * [upgrade](/reference/upgrade.md)
* [url](url.md) * [url](/reference/url.md)