What problem does a Docker named volume primarily solve?
It stores data independently of a container's writable layer so data can persist and be reused.
It assigns network routes between containers.
It sets a container's CPU quota.
It replaces the Dockerfile used to build an image.