Categories
How to see the writable layer of a container?
I started the container. He wrote something to files in his FS. How can I get a list of changed files (possible from the host)?
Answer the question
In order to leave comments, you need to log in
Thanks Dmitry founddocker inspect <container id> | grep UpperDir
docker inspect <container id> | grep UpperDir
/var/lib/docker/volumes/
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question