Docker BasicsThe commands and the three concepts underneath them.ComputingAn image is a template. A container is a running instance of one.CommandDoesdocker build -t name .Build an image from a Dockerfiledocker run -it nameStart a containerdocker ps -aList containers, including stoppeddocker imagesList imagesdocker exec -it id shShell into a running containerdocker logs -f idFollow its outputdocker compose up -dStart a multi-container stackdocker system pruneReclaim disk spaceContainers are ephemeral: anything written inside one is lost on removalunless it is in a mounted volume.Docker Basicslearnposters.com
Docker Basics — printable computing wall chart from LearnPosters. Free vector PDF, US Letter and A4.

What’s on the Docker Basics poster

A 8-row table: Command · Does.

An image is a template. A container is a running instance of one.

Containers are ephemeral: anything written inside one is lost on removal unless it is in a mounted volume.

Questions about the Docker Basics poster

What’s on the Docker Basics poster?
A 8-row table: Command · Does. An image is a template. A container is a running instance of one. docker build -t name . — Build an image from a Dockerfile; docker run -it name — Start a container; docker ps -a — List containers, including stopped; docker images — List images; docker exec -it id sh — Shell into a running container; docker logs -f id — Follow its output; docker compose up -d — Start a multi-container stack; docker system prune — Reclaim disk space. Containers are ephemeral: anything written inside one is lost on removal unless it is in a mounted volume.
Who is the Docker Basics poster for?
Docker Basics belongs to the Computing section rather than to a school year, because computing is not something one grade owns. Anyone learning tools can pin it up — a beginner, a student mid-course, or someone revising years later.
When should you use the Docker Basics poster?
Image, container, volume. Almost every Docker question is a confusion between the first two. A wall chart earns its place by being glanceable from where the work is happening, so Docker Basics belongs on the wall where that computing work actually happens, within glancing distance, rather than filed away.
What other posters go with Docker Basics?
Code Review, Debugging Method and Writing a Dockerfile sit alongside Docker Basics in the Computing section. Printed together they make a wall rather than a single sheet, which is how a reference set actually gets used.Code ReviewDebugging MethodWriting a Dockerfile
Is the Docker Basics poster free to download and print?
Yes. Docker Basics downloads as a free PDF with no account, no email and no watermark, like everything else in the Computing section. Print as many copies as you like for a home, a classroom, a library or a tutoring group; reselling the file is the only thing the licence rules out.Read the licence
What size does the Docker Basics poster print at?
Docker Basics is a vector PDF laid out for US Letter, and prints on A4 with Fit to page — the same file, no separate download. Because every mark on it is drawn rather than photographed, it stays sharp enlarged to A3, A2 or A1 at a copy shop. Colour carries emphasis only, so a greyscale print of Docker Basics loses nothing.Printing guide

Related posters

Charts that sit alongside Docker Basics on the same wall.

Browse every Computing poster, or start from the full catalogue.