Skip to content
DevOps Glossary
Contribute
Home/Docker

Docker

Toolcontainersvirtualization

The tool that finally answered the age-old question: “But it works on my machine!” Docker packages your application and all its dependencies into a container — a lightweight, standalone, executable unit that runs the same everywhere.

Before Docker, deploying software felt like shipping a houseplant across the country and hoping it survived. Now you ship the entire greenhouse. Your app, its runtime, its libraries, its existential dread — all neatly packaged.

Why it matters: Docker democratized containers and made them practical for everyday development. It’s the gateway drug to Kubernetes.

Related Terms