Part 2: Building a container from scratch
In this post, we are going to isolate the filesystem, by unmounting the root directory and replacing it with a minimal root directory to be used only within the container. The changes then made to files within the namespace won't affect our host system.