Developers love Docker containers for managing software, but apps also need data and configuration. Those live on Docker volumes, and the question becomes: how do you reuse them?
At DockerCon 2019, I got on stage to answer exactly that. I walked through how to manage and reuse Docker volumes with data and configuration. The demo 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.