mirror of https://github.com/docker/cli.git
Update document links and title.
Signed-off-by: taiji-tech <csuhqg@foxmail.com>
This commit is contained in:
parent
b15c3cfec9
commit
5119c4d8ef
|
@ -1275,7 +1275,7 @@ container's logging driver. The following options are supported:
|
||||||
|
|
||||||
The `docker logs` command is available only for the `json-file` and `journald`
|
The `docker logs` command is available only for the `json-file` and `journald`
|
||||||
logging drivers. For detailed information on working with logging drivers, see
|
logging drivers. For detailed information on working with logging drivers, see
|
||||||
[Configure a logging driver](https://docs.docker.com/engine/admin/logging/overview/).
|
[Configure logging drivers](https://docs.docker.com/config/containers/logging/configure/).
|
||||||
|
|
||||||
|
|
||||||
## Overriding Dockerfile image defaults
|
## Overriding Dockerfile image defaults
|
||||||
|
@ -1398,7 +1398,7 @@ If the operator uses `--link` when starting a new client container in the
|
||||||
default bridge network, then the client container can access the exposed
|
default bridge network, then the client container can access the exposed
|
||||||
port via a private networking interface.
|
port via a private networking interface.
|
||||||
If `--link` is used when starting a container in a user-defined network as
|
If `--link` is used when starting a container in a user-defined network as
|
||||||
described in [*Docker network overview*](https://docs.docker.com/engine/userguide/networking/),
|
described in [*Networking overview*](https://docs.docker.com/network/),
|
||||||
it will provide a named alias for the container being linked to.
|
it will provide a named alias for the container being linked to.
|
||||||
|
|
||||||
### ENV (environment variables)
|
### ENV (environment variables)
|
||||||
|
@ -1571,8 +1571,7 @@ The example below mounts an empty tmpfs into the container with the `rw`,
|
||||||
> a volume.
|
> a volume.
|
||||||
|
|
||||||
The volumes commands are complex enough to have their own documentation
|
The volumes commands are complex enough to have their own documentation
|
||||||
in section [*Manage data in
|
in section [*Use volumes*](https://docs.docker.com/storage/volumes/). A developer can define
|
||||||
containers*](https://docs.docker.com/engine/tutorials/dockervolumes/). A developer can define
|
|
||||||
one or more `VOLUME`'s associated with an image, but only the operator
|
one or more `VOLUME`'s associated with an image, but only the operator
|
||||||
can give access from one container to another (or from a container to a
|
can give access from one container to another (or from a container to a
|
||||||
volume mounted on the host).
|
volume mounted on the host).
|
||||||
|
|
|
@ -811,8 +811,8 @@ command line or Docker's Engine API are allowed or denied by the plugin.
|
||||||
If you have multiple plugins installed, each plugin, in order, must
|
If you have multiple plugins installed, each plugin, in order, must
|
||||||
allow the request for it to complete.
|
allow the request for it to complete.
|
||||||
|
|
||||||
For information about how to create an authorization plugin, see [authorization
|
For information about how to create an authorization plugin, see [access authorization
|
||||||
plugin](https://docs.docker.com/engine/extend/authorization/) section in the
|
plugin](https://docs.docker.com/engine/extend/plugins_authorization/) section in the
|
||||||
Docker extend section of this documentation.
|
Docker extend section of this documentation.
|
||||||
|
|
||||||
# RUNTIME EXECUTION OPTIONS
|
# RUNTIME EXECUTION OPTIONS
|
||||||
|
|
|
@ -56,7 +56,7 @@ same image, their layers are stored only once and do not consume extra disk
|
||||||
space.
|
space.
|
||||||
|
|
||||||
For more information about images, layers, and the content-addressable store,
|
For more information about images, layers, and the content-addressable store,
|
||||||
refer to [understand images, containers, and storage drivers](https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/)
|
refer to [about storage drivers](https://docs.docker.com/storage/storagedriver/)
|
||||||
in the online documentation.
|
in the online documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue