RecentlyOdds & Ends
now playing

Docker

First: containers. A container is a thingy that behaves kind of like a virtual machine, except it doesn’t simulate the entire operating system - only specific parts of the system. This makes it super lightweight compared to a VM.

Docker is a way to define and run these containers.

Sources