mirror of https://github.com/docker/docs.git
Merge pull request #3360 from nathanleclaire/fix_driver_doc_404
Fix driver reference links
This commit is contained in:
commit
73bf92b95d
|
|
@ -28,7 +28,7 @@ $ docker-machine create -d azure --azure-subscription-id="SUB_ID" --azure-subscr
|
||||||
```
|
```
|
||||||
|
|
||||||
To see a list of providers and review the options available to a provider, see
|
To see a list of providers and review the options available to a provider, see
|
||||||
the [Docker Machine driver reference](../index.md).
|
the reference for that driver.
|
||||||
|
|
||||||
In addition to the provider, you have the option of identifying a base operating
|
In addition to the provider, you have the option of identifying a base operating
|
||||||
system. It is an option because Docker Machine has defaults for both local and
|
system. It is an option because Docker Machine has defaults for both local and
|
||||||
|
|
|
||||||
|
|
@ -247,5 +247,5 @@ You can change the `default` string above to make this `LaunchAgent` start any
|
||||||
|
|
||||||
- Provision multiple Docker hosts [on your cloud provider](get-started-cloud.md)
|
- Provision multiple Docker hosts [on your cloud provider](get-started-cloud.md)
|
||||||
- [Understand Machine concepts](concepts.md)
|
- [Understand Machine concepts](concepts.md)
|
||||||
- <a href="https://docs.docker.com/machine/drivers/index.md" target="_blank">Docker Machine driver reference</a>
|
- <a href="https://docs.docker.com/machine/drivers/" target="_blank">Docker Machine driver reference</a>
|
||||||
- <a href="https://docs.docker.com/machine/reference/" target="_blank">Docker Machine subcommand reference</a>
|
- <a href="https://docs.docker.com/machine/reference/" target="_blank">Docker Machine subcommand reference</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue