|
@@ -1,3 +1,10 @@
|
|
|
+lxc-docker (0.4.0-1) precise; urgency=low
|
|
|
+ - Introducing Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
|
|
|
+ - Introducing Remote API: control Docker programmatically using a simple HTTP/json API
|
|
|
+ - Runtime: various reliability and usability improvements
|
|
|
+
|
|
|
+ -- dotCloud <ops@dotcloud.com> Mon, 03 Jun 2013 00:00:00 -0700
|
|
|
+
|
|
|
lxc-docker (0.3.4-1) precise; urgency=low
|
|
|
- Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
|
|
|
- Builder: 'docker build -t FOO' applies the tag FOO to the newly built container.
|