Skip to content

Commit

Permalink
Merge pull request #1070 from taiji-tech/master
Browse files Browse the repository at this point in the history
Update document links of help and comments to make it up-to-date
  • Loading branch information
thaJeztah authored May 22, 2018
2 parents cc6ff56 + 5119c4d commit fd61653
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions man/dockerd.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/src/image/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit fd61653

Please sign in to comment.