13: Volumes and persistent data
Stateful applications that persist data are becoming more and more important in the world of cloud-native and microservices applications. Docker is an important infrastructure technology in this space, so weâll turn our attention in this chapter to investigating how Docker handles applications that write persistent data.
Weâll split the chapter into the usual three parts:
- The TLDR
- The deep dive
- The commands
Volumes and persistent data - The TLDR
There are two main categories of data â persistent and non-persistent.
Persistent is the data you need to keep. Things like; customer records, financial data, research results, audit logs, and even some types of application log data. Non-persistent is the data ...
Get Docker Deep Dive now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.