mirror of https://github.com/docker/docs.git
Fix some links found with linkchecker
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
a1e610bdd3
commit
834c687226
|
@ -20,7 +20,7 @@ installation</a> instructions.
|
|||
|
||||
If you only want Docker Machine, you can install the Machine binaries (the
|
||||
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.
|
||||
|
||||
## Installing Machine Directly
|
||||
|
|
|
@ -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 <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-storage-driver`: Specify a [storage driver](https://docs.docker.com/reference/commandline/cli/#daemon-storage-driver-option) to use with the engine
|
||||
|
||||
|
|
Loading…
Reference in New Issue