Promptles
DevOps & Deployment

Docker

intermediate

Definition

The most popular tool for building and running containers. Those neat self-contained packages that hold an app plus everything it needs. Docker is what made containers easy enough for everyday use; saying 'I containerized it' usually means 'I used Docker.'

In the wild

A team uses Docker to wrap their website into a single package. From then on, anyone, a new hire, a tester, the production servers, can run the exact same version with one command, without having to install a long list of tools first.

More from DevOps & Deployment