minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Update docker unit file as per new version release #111

Closed praveenkumar closed 7 years ago

praveenkumar commented 7 years ago

We need to update our docker unit file in the templates due to latest release of docker package version which contain new critical options.

ExecStart=/usr/bin/dockerd-current \
          --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \
          --default-runtime=docker-runc \
          --exec-opt native.cgroupdriver=systemd \
          --userland-proxy-path=/usr/libexec/docker/docker-proxy-current \

Also this will address https://github.com/minishift/minishift/issues/588 from iso side.

hferentschik commented 7 years ago

Merged via pull request #112