Fix some links found with linkchecker

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-10-22 17:33:18 +10:00
parent a1e610bdd3
commit 834c687226
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ installation</a> instructions.
If you only want Docker Machine, you can install the Machine binaries (the If you only want Docker Machine, you can install the Machine binaries (the
latest versions of which are located at latest versions of which are located at
https://github.com/docker/machine/releases/) directly by following the https://github.com/docker/machine/releases/ ) directly by following the
instructions in the next section. instructions in the next section.
## Installing Machine Directly ## Installing Machine Directly

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 <a href="https://github.com/docker/docker/blob/master/docs/sources/articles/registry_mirror.md">registry mirrors</a> to use - `--engine-registry-mirror`: Specify [registry mirrors](https://github.com/docker/distribution/blob/master/docs/mirror.md) 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