Docker: Persistent Data and Volumes

Containers are the business when it comes to a stateless or non-persistent, stuff that’s here today, but gone tomorrow. And you know what? They do immutable as well where we roll one out and it never changes. Then when we do need to change things, we never touch the live container. We always create a […]

Docker: Persistent Data and Volumes Read More »