mirror of https://github.com/docker/docs.git
Merge pull request #12059 from whoshuu/readme
Clean up formatting in the README
This commit is contained in:
commit
55da2e5987
|
@ -171,10 +171,10 @@ Under the hood, Docker is built on the following components:
|
||||||
[cgroup](http://blog.dotcloud.com/kernel-secrets-from-the-paas-garage-part-24-c)
|
[cgroup](http://blog.dotcloud.com/kernel-secrets-from-the-paas-garage-part-24-c)
|
||||||
and
|
and
|
||||||
[namespacing](http://blog.dotcloud.com/under-the-hood-linux-kernels-on-dotcloud-part)
|
[namespacing](http://blog.dotcloud.com/under-the-hood-linux-kernels-on-dotcloud-part)
|
||||||
capabilities of the Linux kernel;
|
capabilities of the Linux kernel
|
||||||
* The [Go](http://golang.org) programming language.
|
* The [Go](http://golang.org) programming language
|
||||||
* The [Docker Image Specification] (https://github.com/docker/docker/blob/master/image/spec/v1.md)
|
* The [Docker Image Specification](https://github.com/docker/docker/blob/master/image/spec/v1.md)
|
||||||
* The [Libcontainer Specification] (https://github.com/docker/libcontainer/blob/master/SPEC.md)
|
* The [Libcontainer Specification](https://github.com/docker/libcontainer/blob/master/SPEC.md)
|
||||||
|
|
||||||
Contributing to Docker
|
Contributing to Docker
|
||||||
======================
|
======================
|
||||||
|
|
Loading…
Reference in New Issue