Update the docker daemon to dockerd for document

Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
This commit is contained in:
Wen Cheng Ma
2016-04-28 14:55:22 +08:00
parent deb6ea4702
commit 24ec73f754
18 changed files with 95 additions and 103 deletions

View File

@@ -249,7 +249,7 @@ to a non uid-0 user outside the container, which can help to mitigate the
risks of container breakout. This facility is available but not enabled
by default.
Refer to the [daemon command](../reference/commandline/daemon.md#daemon-user-namespace-options)
Refer to the [daemon command](../reference/commandline/dockerd.md#daemon-user-namespace-options)
in the command line reference for more information on this feature.
Additional information on the implementation of User Namespaces in Docker
can be found in <a href="https://integratedcode.us/2015/10/13/user-namespaces-have-arrived-in-docker/" target="_blank">this blog post</a>.