aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKir Kolyshkin <kir@openvz.org>2015-06-30 16:48:07 -0700
committerKir Kolyshkin <kir@openvz.org>2015-07-06 22:45:56 -0700
commit7e309aed4e23ad5dfa94b9279be9a4b075aab0a8 (patch)
tree098c14747f375ef8802ce921589b792f113b0aaf /README.md
parent4f69609ac2e469858596f8bacba422433e8b336f (diff)
README.md: fix cgroups/namespaces name and link
The features Docker relies on are called "cgroups" and "namespaces", so fix the language accordingly. Also for cgroups, provide a link to Linux kernel documentation that is more relevant (and deep) than the Wikipedia article. Cc: Ankush Agarwal <ankushagarwal11@gmail.com> Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 32ab77c3b5..76ad4c4b2c 100644
--- a/README.md
+++ b/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)