AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
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.