Volumes
Docker volumes are the preferred mechanism for persisting data generated by and used by Docker containers. Because containers are ephemeral by nature, volumes provide a way to decouple data from the container's lifecycle.
Explore courses and concepts related to Chapter 10 — volumes.
Docker volumes are the preferred mechanism for persisting data generated by and used by Docker containers. Because containers are ephemeral by nature, volumes provide a way to decouple data from the container's lifecycle.