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