Docker provides a powerful tool for creating lightweight images and containerized processes, but did you know it can make your development environment part of the DevOps pipeline too? Whether you're ...
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 ...
RightScale's 'State of the Cloud' survey also shows hybrid cloud beating public-only and private-only clouds, and Microsoft Azure making major inroads Docker is the king of devops tools, hybrid cloud ...
ElasticBox app-stack packaging system aims to fill the space between developers and devops the way Docker did for devops and cloud It doesn’t seem like it was all that long ago when the hot new ...
There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when you run integration tests, each CI job can start the database ...