From: Paul Tagliamonte Date: Wed, 4 Nov 2015 08:09:02 +0000 (+0000) Subject: cgroupdriver-cgroupfs X-Git-Tag: archive/raspbian/18.09.1+dfsg1-7+rpi1~1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f633f93054c0f59902b80689f9cb96e91691e279;p=docker.io.git cgroupdriver-cgroupfs Gbp-Pq: Name cgroupdriver-cgroupfs.patch --- diff --git a/daemon/execdriver/native/driver.go b/daemon/execdriver/native/driver.go index c5d4d964..6477081e 100644 --- a/daemon/execdriver/native/driver.go +++ b/daemon/execdriver/native/driver.go @@ -70,9 +70,9 @@ func NewDriver(root, initPath string, options []string) (*driver, error) { // this makes sure there are no breaking changes to people // who upgrade from versions without native.cgroupdriver opt cgm := libcontainer.Cgroupfs - if systemd.UseSystemd() { - cgm = libcontainer.SystemdCgroups - } + //if systemd.UseSystemd() { + // cgm = libcontainer.SystemdCgroups + //} // parse the options for _, option := range options {