diff --git a/docs/reference/run.md b/docs/reference/run.md index 3a6bf5b662..521e41de7f 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -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` 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 @@ -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 port via a private networking interface. 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. ### ENV (environment variables) @@ -1571,8 +1571,7 @@ The example below mounts an empty tmpfs into the container with the `rw`, > a volume. The volumes commands are complex enough to have their own documentation -in section [*Manage data in -containers*](https://docs.docker.com/engine/tutorials/dockervolumes/). A developer can define +in section [*Use volumes*](https://docs.docker.com/storage/volumes/). A developer can define 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 volume mounted on the host). diff --git a/man/dockerd.8.md b/man/dockerd.8.md index 6d2c930443..0224035970 100644 --- a/man/dockerd.8.md +++ b/man/dockerd.8.md @@ -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 allow the request for it to complete. -For information about how to create an authorization plugin, see [authorization -plugin](https://docs.docker.com/engine/extend/authorization/) section in the +For information about how to create an authorization plugin, see [access authorization +plugin](https://docs.docker.com/engine/extend/plugins_authorization/) section in the Docker extend section of this documentation. # RUNTIME EXECUTION OPTIONS diff --git a/man/src/image/pull.md b/man/src/image/pull.md index 778c7e0bc9..73f641f727 100644 --- a/man/src/image/pull.md +++ b/man/src/image/pull.md @@ -56,7 +56,7 @@ same image, their layers are stored only once and do not consume extra disk space. 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.