G
G
glader2018-10-16 13:45:47
Docker
glader, 2018-10-16 13:45:47

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

2 answer(s)
G
glader, 2018-10-16
@glader

Thanks Dmitry found
docker inspect <container id> | grep UpperDir

D
Dmitry, 2018-10-16
@q2digger

/var/lib/docker/volumes/
there it saves volumes of containers.
If you don't have many, it's easy to manually find the one you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question