PancakesCon 2 - Containers are built on a castle of lies ======================================================== In this talk we’re going to deep dive in linux containers, how they are implemented, and what does they look like from a system point of view. The goal is to explain bit by bit all the different concepts and mechanisms used to create a container, syscalls, cgroups, namespaces, … Additional resources will be provided for curious participants wanting to experiment and create containerized processes manually without docker. Video ----- .. raw:: html Resources --------- * `Dessine-moi un container`__: A minimal example on how to interact with namespaces and cgroups. __ https://github.com/hugoShaka/dessine-moi-un-container