Signed-off-by: Huu Nguyen <whoshuu@gmail.com>
| ... | ... |
@@ -171,10 +171,10 @@ Under the hood, Docker is built on the following components: |
| 171 | 171 |
[cgroup](http://blog.dotcloud.com/kernel-secrets-from-the-paas-garage-part-24-c) |
| 172 | 172 |
and |
| 173 | 173 |
[namespacing](http://blog.dotcloud.com/under-the-hood-linux-kernels-on-dotcloud-part) |
| 174 |
- capabilities of the Linux kernel; |
|
| 175 |
-* The [Go](http://golang.org) programming language. |
|
| 176 |
-* The [Docker Image Specification] (https://github.com/docker/docker/blob/master/image/spec/v1.md) |
|
| 177 |
-* The [Libcontainer Specification] (https://github.com/docker/libcontainer/blob/master/SPEC.md) |
|
| 174 |
+ capabilities of the Linux kernel |
|
| 175 |
+* The [Go](http://golang.org) programming language |
|
| 176 |
+* The [Docker Image Specification](https://github.com/docker/docker/blob/master/image/spec/v1.md) |
|
| 177 |
+* The [Libcontainer Specification](https://github.com/docker/libcontainer/blob/master/SPEC.md) |
|
| 178 | 178 |
|
| 179 | 179 |
Contributing to Docker |
| 180 | 180 |
====================== |