Not Docker in Docker but mounting the docker socket inside to enable calling the host daemon from inside
Following https://stackoverflow.com/a/33003273/604099
I've tested it working manually with just the docker socket mount.
rocker --volume /var/run/docker.sock:/var/run/docker.sock -- ros:rolling
Not Docker in Docker but mounting the docker socket inside to enable calling the host daemon from inside
Following https://stackoverflow.com/a/33003273/604099
I've tested it working manually with just the docker socket mount.
rocker --volume /var/run/docker.sock:/var/run/docker.sock -- ros:rolling