Add extension to support docker from docker #269
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
The text was updated successfully, but these errors were encountered: