0 votes
in Docker by

Where are docker volumes stored in docker?

1 Answer

0 votes
by

Volumes are created and managed by Docker and cannot be accessed by non-docker entities. They are stored in Docker host filesystem at /var/lib/docker/volumes/

...