1.

Where are docker volumes stored in docker?

Answer»

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/



Discussion

No Comment Found