grep -e "^docker" /etc/group >& /dev/null if [ $? -ne 0 ] then groupadd docker fi #usermod -aG docker $USER #newgrp docker mkdir -p /etc/systemd/system/docker.service.d mkdir -p /etc/docker/ mkdir -p /etc/cni/net.d mkdir -p /opt/cni/bin mkdir -p /var/lib/docker/ mkdir -p /var/lib/containerd/ mkdir -p /etc/containerd/ curl -sSLk -o /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-19.03.5.tgz && tar xvf /tmp/docker.tgz -C /tmp && cp /tmp/docker/* /usr/bin/ && rm /tmp/docker.tgz && rm -rf /tmp/docker cat > /etc/sysctl.d/mysysctl.conf </lib/systemd/system/docker.service< /dev/null || :' ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock ExecReload=/bin/kill -s HUP $MAINPID TimeoutSec=0 RestartSec=2 Restart=always # Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229. # Both the old, and new location are accepted by systemd 229 and up, so using the old location # to make them work for either version of systemd. StartLimitBurst=3 # Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230. # Both the old, and new name are accepted by systemd 230 and up, so using the old name to make # this option work for either version of systemd. StartLimitInterval=60s # Having non-zero Limit*s causes performance problems due to accounting overhead # in the kernel. We recommend using cgroups to do container-local accounting. LimitNOFILE=infinity LimitNPROC=infinity LimitCORE=infinity # Comment TasksMax if your systemd version does not support it. # Only systemd 226 and above support this option. TasksMax=infinity # set delegate yes so that systemd does not reset the cgroups of docker containers Delegate=yes # kill only the docker process, not all processes in the cgroup KillMode=process [Install] WantedBy=multi-user.target EOF cat>/lib/systemd/system/docker.socket</lib/systemd/system/containerd.service</etc/docker/daemon.json<