> Markdown version of [/events/world-congress-2026-europe/sessions/1115-docker-build-without](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1115-docker-build-without). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Docker build without Docker - **Date:** Thursday, Jul 9, 2026 - **Time:** 14:50–15:20 (30 min) - **Room:** Stage 8 - powered by Red Hat - **Event:** World Congress 2026 Europe ## Recording [Watch recording](https://www.wearedevelopers.com/videos/100114-docker-build-without-docker) ## Description Ever wondered what a Docker image really is? How do layers work? Why are images content-addressed? And how does Docker turn a sequence of filesystem changes into something a container runtime can execute? Let’s continue the "Docker * without Docker" series and take a deep dive into Docker image builds - without relying on Docker itself. We use docker build every day, but what actually happens under the hood? We’ll explore the Linux and OS concepts that make builds possible: root filesystems, filesystem diffs, OverlayFS, tar archives, hashes, and image metadata. Step by step, we’ll reconstruct the core ideas behind docker build directly from the terminal, to see how much of Docker is clever orchestration rather than magic. Join me for a hands-on exploration of what Docker images truly are - and why understanding the build process changes how you think about performance, image size, caching, and container behavior. ## Speaker ### [Oliver Seitz](https://www.wearedevelopers.com/@oliver-seitz) Associate Manager @ Accenture ## Related talks at this congress - [Building a Better Tomorrow: Tips and Tricks for Docker Builds](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1000-building-a-better) — Daniel Bodky - [Dockerize Java Securely: SBOMs + Attestations + Bake](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1337-dockerize-java) — Mohammad-Ali A'râbi - [Beyond SBOMs: The Future of Container Supply Chain Security](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1266-beyond-sboms-the) — Mohammad-Ali A'râbi - [Linux (Pseudo)Filesystems: The Hidden Backbone of Cloud Native](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1029-linux-pseudo) — Daniel Drack