]> git.pld-linux.org Git - packages/docker.git/commitdiff
up to 0.6.6
authorElan Ruusamäe <glen@delfi.ee>
Fri, 15 Nov 2013 23:57:25 +0000 (01:57 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 15 Nov 2013 23:57:25 +0000 (01:57 +0200)
lxc-docker.init
lxc-docker.spec

index b893f01c5c7ccf87a291aed7712348db4b69c058..d4bc4f07dee9447677392e3bbe65fa6277f53699 100755 (executable)
@@ -1,11 +1,13 @@
 #!/bin/sh
 #
-# Linux container runtime
+# Create lightweight, portable, self-sufficient containers.
 #
 # chkconfig:   345 10 90
 #
-# description: Linux container runtime
-#
+# description: Docker is an open-source project to easily create lightweight, portable, \
+#  self-sufficient containers from any application. The same container that a \
+#  developer builds and tests on a laptop can run at scale, in production, on \
+#  VMs, bare metal, OpenStack clusters, public clouds and more. \
 # processname: docker
 # pidfile: /var/run/docker.pid
 #
index bf6fc68df1e71c76ef98455e316d918e8f2ea545..1434388907ce09d01ffa4fc3840218b5b417f3b6 100644 (file)
@@ -4,12 +4,12 @@
 
 Summary:       Docker: the Linux container engine
 Name:          lxc-docker
-Version:       0.6.5
+Version:       0.6.6
 Release:       1
 License:       Apache v2.0
 Group:         Applications/System
 Source0:       https://github.com/dotcloud/docker/archive/v%{version}/docker-%{version}.tar.gz
-# Source0-md5: 629c3458f5c6d1fcad03aa40b7c267bb
+# Source0-md5: f2c0c73d9bd39a33bb73e466ca8f58c9
 Source6:       %{name}.init
 URL:           http://github.com/dotcloud/docker
 BuildRequires: golang >= 1.1.2
This page took 0.082342 seconds and 4 git commands to generate.