Using Docker volumes allows Docker containers to share data without the requirement that the host be configured with a proper mount point.

Users can interact with the containers via Docker commands and never need to touch the host.

Comments