Fix the typo of URLs
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
This commit is contained in:
parent
f11a588d75
commit
fa378413f8
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue