I have a few running docker containers created by executing docker-compose up.
docker-compose up
Is there any way to get the exact file path of the corresponding docker-c
you know, your question turns to be a useful answer to the same issue I have. I used docker inspect and then it gave me the location that I should look into. specifically in these lines:
docker inspect
HostConfig": { "Binds": [ .... ... ],