In the previous chapters, you learned about the important building blocks of the container framework: namespaces, cgroups, and layered file systems. In this chapter, you learn how these building blocks make up the container framework by building your own simple container framework.
Since we have covered the basics of what constitutes a container, it is time to look at how to write your own simple container. By the end of this chapter, you will have created your own simple container using ...