
Docker Demystified - with (me) Dan Clarke
The Unhandled Exception Podcast
00:00
Docker Compose Images
A Docker file is just a text file with a series of commands. You then build the image by running Docker build on the command line against this Docker file. Images are fixed snapshots that you create containers from, but there's a bit more to it than that. And layers are actually even more granular than that. But we'll come to that when we talk about building your own containers with Docker files very, very shortly.
Transcript
Play full episode