There are so many reasons you want to use volumes for your container deployments. The primary reason is to ensure persistent storage. Say, for example, you’re deploying a WordPress instance via a ...
Docker containers are meant to be immutable, meaning the code and data they hold never change. Immutability is useful when you want to be sure the code running in production is the same as the code ...
Community driven content discussing all aspects of software development from DevOps to design patterns. You don’t need to copy all of your website’s files into a dockerized Apache httpd image to test ...