Mount Docker container contents in host file system
- by dflemstr
I want to be able to inspect the contents of a Docker container (read-only). An elegant way of doing this would be to mount the container's contents in a directory. I'm talking about mounting the contents of a container on the host, not about mounting a folder on the host inside a container.
I can see that there are two storage drivers in Docker…