Introduction to Volumes and Persistent Data
Take a look at an overview of volumes and persistent data in Docker.
We'll cover the following...
We'll cover the following...
Stateful applications that create and manage data are a big part of modern cloud-native apps. This chapter explains how Docker volumes help stateful applications manage their data.
The TLDR
There are two main types of data—persistent and non-persistent. ...