ソースを参照

Merge pull request #10658 from duglin/ReferenceSpecs

Add Image/Libcontainer spec refs to README
James Turnbull 10 年 前
コミット
9939dbe58b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -173,6 +173,8 @@ Under the hood, Docker is built on the following components:
   [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 [Libcontainer Specification] (https://github.com/docker/libcontainer/blob/master/SPEC.md)
 
 
 Contributing to Docker
 Contributing to Docker
 ======================
 ======================