Further Reading
Carrying out further reading is not a very easy thing to do in the area of container virtualization. For systemd-nspawn
, it's relatively easy: the man pages are an easy read. Let's make a suggestion that is relevant for systemd-nspawn
and even Docker: Red Hat provides a document on their website called the Resource Management Guide (https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/resource_management_guide/) with good information about cgroups.
A couple of references on Docker are listed here:
- Orchestrating Docker, by Shrikrishna Holla, where you can understand how to manage and deploy Docker services
- Mastering Docker Enterprise: A companion guide for agile container adoption, by Mark Panthofer, where you can explore add-on services of Docker EE and how they can be used