Переглянути джерело

Fix link to daemon/execdriver/lxc/lxc_template.go

Mason Malone 11 роки тому
батько
коміт
5d39175c22
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      docs/sources/reference/run.md

+ 2 - 2
docs/sources/reference/run.md

@@ -235,7 +235,7 @@ By default, Docker containers are "unprivileged" and cannot, for
 example, run a Docker daemon inside a Docker container. This is because
 example, run a Docker daemon inside a Docker container. This is because
 by default a container is not allowed to access any devices, but a
 by default a container is not allowed to access any devices, but a
 "privileged" container is given access to all devices (see [lxc-template.go](
 "privileged" container is given access to all devices (see [lxc-template.go](
-https://github.com/dotcloud/docker/blob/master/execdriver/lxc/lxc_template.go)
+https://github.com/dotcloud/docker/blob/master/daemon/execdriver/lxc/lxc_template.go)
 and documentation on [cgroups devices](
 and documentation on [cgroups devices](
 https://www.kernel.org/doc/Documentation/cgroups/devices.txt)).
 https://www.kernel.org/doc/Documentation/cgroups/devices.txt)).
 
 
@@ -250,7 +250,7 @@ If the Docker daemon was started using the `lxc` exec-driver
 (`docker -d --exec-driver=lxc`) then the operator can also specify LXC options
 (`docker -d --exec-driver=lxc`) then the operator can also specify LXC options
 using one or more `--lxc-conf` parameters. These can be new parameters or
 using one or more `--lxc-conf` parameters. These can be new parameters or
 override existing parameters from the [lxc-template.go](
 override existing parameters from the [lxc-template.go](
-https://github.com/dotcloud/docker/blob/master/execdriver/lxc/lxc_template.go).
+https://github.com/dotcloud/docker/blob/master/daemon/execdriver/lxc/lxc_template.go).
 Note that in the future, a given host's docker daemon may not use LXC, so this
 Note that in the future, a given host's docker daemon may not use LXC, so this
 is an implementation-specific configuration meant for operators already
 is an implementation-specific configuration meant for operators already
 familiar with using LXC directly.
 familiar with using LXC directly.