Let's try to use volumes on a docker-in-docker setup!
- First start docker in docker
$ docker pull docker
$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --name docker-outer docker sh
- Then start an inner container, create a file there and copy it to the outer container