I want to run docker daemon using systemd docker start
but there's no systemd in docker container. I can't use dind images because the the container is based on a different image and changing base image would require lot of work.
I don't want to mount /var/run/docker.sock as I can access images and container inside the host VM.
Please help me in running docker inside a docker container.
Tried running systemd docker start
. Doesn't work because the PID=1 is the CMD=[start.sh] in the Dockerfile.