Back to Developer Roadmap

Data Persistence in Docker

src/data/roadmaps/docker/content/data-persistence@uUPYXmwu27SBPqKZx6U_q.md

4.0626 B
Original Source

Data Persistence in Docker

Docker enables you to run containers that are isolated pieces of code, including applications and their dependencies, separated from the host operating system. Containers are ephemeral by default, which means any data stored in the container will be lost once it is terminated. To overcome this problem and retain data across container lifecycle, Docker provides various data persistence methods.

Visit the following resources to learn more: