]> git.pld-linux.org Git - packages/docker.git/commitdiff
lxc is in fact optional
authorElan Ruusamäe <glen@delfi.ee>
Wed, 27 May 2015 21:14:47 +0000 (00:14 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 27 May 2015 21:14:47 +0000 (00:14 +0300)
default is libcontainer which doesn't use any other driver:
https://blog.docker.com/2014/03/docker-0-9-introducing-execution-drivers-and-libcontainer/

docker.spec

index de38a4940d6da52c1eb2da26892cb50d8e359fc8..b8be74e35ae26f6a9764df803c80e5aab2b3e46d 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Docker: the open-source application container engine
 Name:          docker
 Version:       1.3.3
-Release:       0.4
+Release:       0.5
 License:       Apache v2.0
 Group:         Applications/System
 Source0:       https://github.com/docker/docker/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -24,7 +24,6 @@ Requires(pre):        /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires:      iproute2 >= 3.5
 Requires:      iptables
-Requires:      lxc >= 0.8
 Requires:      rc-scripts >= 0.4.0.10
 Requires:      tar >= 1:1.26
 Requires:      uname(release) >= 3.8
This page took 0.076074 seconds and 4 git commands to generate.