瀏覽代碼

Merge pull request #14307 from kolyshkin/readme-fixes

README.md: fix cgroups/namespaces name and link
moxiegirl 10 年之前
父節點
當前提交
833cdd28ed
共有 2 個文件被更改,包括 4 次插入5 次删除
  1. 2 2
      README.md
  2. 2 3
      docs/reference/commandline/daemon.md

+ 2 - 2
README.md

@@ -168,9 +168,9 @@ Under the hood
 Under the hood, Docker is built on the following components:
 
 * The
-  [cgroup](https://en.wikipedia.org/wiki/Cgroups)
+  [cgroups](https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt)
   and
-  [namespacing](http://man7.org/linux/man-pages/man7/namespaces.7.html)
+  [namespaces](http://man7.org/linux/man-pages/man7/namespaces.7.html)
   capabilities of the Linux kernel
 * The [Go](https://golang.org) programming language
 * The [Docker Image Specification](https://github.com/docker/docker/blob/master/image/spec/v1.md)

+ 2 - 3
docs/reference/commandline/daemon.md

@@ -323,9 +323,6 @@ options for `zfs` start with `zfs`.
 
         $ docker -d --storage-opt dm.blkdiscard=false
 
-
-## Docker execdriver option
-
 Currently supported options of `zfs`:
 
  * `zfs.fsname`
@@ -338,6 +335,8 @@ Currently supported options of `zfs`:
 
         $ docker -d -s zfs --storage-opt zfs.fsname=zroot/docker
 
+## Docker execdriver option
+
 The Docker daemon uses a specifically built `libcontainer` execution driver as
 its interface to the Linux kernel `namespaces`, `cgroups`, and `SELinux`.