DockerCon 2019 - Persistence Is Futile (Or Is It?)
Dive into the world of Docker volumes at DockerCon 2019! Learn how to seamlessly manage data and configuration for your applications. Unleash the power of reusability in this step-by-step guide.

Page content
As we talk to developers we frequently hear the same thing about Docker containers. They’re amazing for managing software, but my app also needs data and configuration. We store those on Docker volumes and we want to reuse those. Now what?
At DockerCon 2019, I got on stage to answer this question. I show you just how you can manage and reuse Docker volumes with data and configuration. In my example, I showed how to deploy a pre-configured Jenkins server and a simple Web server using a binary repository as a pipeline for Docker volumes management.