Is there a way to browse the files that were created within a running container?
Say I'm starting a container using
sudo docker run --name myContainer -d ubuntu
Which has the ID eefea5f7df52e8c1aad24b4068564237021dc7b953026f0adb696878a3d25f72
I thought there is a folder created (with the name of the container-ID) somewhere in /var/lib/docker/
containing the files that where created,...
I found a couple of folders in /var/lib/docker/aufs/diff
(so of them are also deleted when removing containers), but I have no idea how to map them the container IDs.