Fix the typo of URLs

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
This commit is contained in:
YuPengZTE 2016-10-19 17:42:45 +08:00
parent f11a588d75
commit fa378413f8
3 changed files with 3 additions and 3 deletions

View file

@ -92,5 +92,5 @@ This uses the `dm` prefix and would be used something like `docker daemon --stor
These options are currently documented both in [the man
page](../../../man/docker.1.md) and in [the online
documentation](https://docs.docker.com/engine/userguide/storagedriver/device-mapper-driver/).
documentation](https://docs.docker.com/engine/reference/commandline/dockerd/#/storage-driver-options).
If you add an options, update both the `man` page and the documentation.

View file

@ -203,7 +203,7 @@ Cgroups are created if they do not already exist.
Ulimit options
For more information about `ulimit` see [Setting ulimits in a
container](https://docs.docker.com/reference/commandline/run/#setting-ulimits-in-a-container)
container](https://docs.docker.com/engine/reference/commandline/run/#set-ulimits-in-container---ulimit)
# EXAMPLES

View file

@ -20,7 +20,7 @@ const maxBodySize = 1048576 // 1MB
// Authenticate Request:
// Call authZ plugins with current REST request and AuthN response
// Request contains full HTTP packet sent to the docker daemon
// https://docs.docker.com/reference/api/docker_remote_api/
// https://docs.docker.com/engine/reference/api/docker_remote_api/
//
// Authenticate Response:
// Call authZ plugins with full info about current REST request, REST response and AuthN response