This commit is contained in:
EpicMorg 2021-11-19 20:22:24 +03:00
parent 6ead4ea8f0
commit 9327aaefb9
Signed by: root
GPG Key ID: 7EAD86746D85C445

View File

@ -0,0 +1,7 @@
#!/bin/bash
if [ "$DOCKER_IN_DOCKER" = "start" ] ; then
rm /var/run/docker.pid 2>/dev/null
service docker start
echo "Docker daemon started"
fi