Signed-off-by: Balint Varga <balint.varga@nokia.com>
Change-Id: I6403abe77365d517445fb8c81ea77609591035fe
%define COMPONENT instantiate
%define RPM_NAME caas-%{COMPONENT}
%define RPM_MAJOR_VERSION 1.0.0
-%define RPM_MINOR_VERSION 23
+%define RPM_MINOR_VERSION 24
Name: %{RPM_NAME}
Version: %{RPM_MAJOR_VERSION}
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network.target docker.socket
+After=network.target docker.socket containerd.service
Requires=docker.socket
Before=kubelet.service
Wants=kubelet.service
CPUAccounting=true
BlockIOAccounting=true
TasksAccounting=true
+Delegate=yes
+KillMode=process
Type=notify
EnvironmentFile=-/etc/sysconfig/docker-storage
EnvironmentFile=-/etc/sysconfig/docker-proxy
--ip-forward=false \
--live-restore=true \
--bip={{ caas.docker0_cidr | default('172.17.0.1/16', true) }} \
+ --containerd=/run/containerd/containerd.sock \
--exec-opt native.cgroupdriver=cgroupfs \
$DOCKER_STORAGE_OPTIONS
MountFlags=shared