What Docker Is

1 / 11

Docker is not a container. Docker is a set of tools for building, shipping, and running containers — and the distinction matters, because the container is a kernel feature and Docker is the ergonomics wrapped around it.

If you have taken Containers From Scratch, you have already built one by hand: namespaces, cgroups, a copy-on-write filesystem, nine commands. This course is the other direction. Everything here is what those nine commands became once someone made them pleasant to use.

Finish →