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 ...
Finding the right DevOps tool can be tricky, because there are a variety of factors to weigh when deciding what solution will work best for your projects. Learn how several features compare between ...
Cloud computing has paved the way for programmable infrastructure, which brought extreme automation into software development lifecycle. The ability to provision resources, configuring them on the fly ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Virtual machines were the cock of the walk fifteen years ago, but they have fallen out of favor ...
It’s been almost exactly four years since Docker founder Solomon Hykes left the company that kickstarted the container revolution. Docker has gone through its share of ups and downs since then, ...
A microservices application is one that is composed of a series of discrete services, which communicate with one another via an API. Microservices apps are the opposite of monolithic applications. The ...
Learn about the use cases for each of Docker's networking models, and how to best apply and tune them for your needs A common use case for Docker is networked services, and Docker has its own ...