You get a keyboard-first UI to start/stop containers, watch logs, and debug easily without leaving the terminal.
Containers are meant to provide component isolation in a modern software stack. Put your database in one container, your web application in another, and they can all be scaled, managed, restarted, and ...
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 ...
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 ...
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 ...