How do people deal with persistent storage for your Docker containers?
I am currently using this approach: build the image, e.g. for PostgreSQL, and then start the c
Use Persistent Volume Claim (PVC) from Kubernetes, which is a Docker container management and scheduling tool:
Persistent Volumes
The advantages of using Kubernetes for this purpose are that: