Summary
In this chapter, we provided a quick overview of the methods for creating a virtual machine. In my opinion, the easiest and fastest way is to rely on the use of pre-built cloud images. In a couple of steps, and with enough practice, we can have them working in a matter of minutes.
Besides that, we used Gnome Boxes as a traditional method of creating virtual machines with an installation image. This method is a bit slower but allows us to customize the guest operating system installation.
Next, we looked at services, where we learned how to use OCI containers implemented by Fedora Linux. This is a simple option for creating containerized services because it gives us the power to customize them so that they meet our needs. For example, we can use them for persistent storage, self-management, or even to delegate a containerized service as a system service managed by systemd
.
All these tools make up an arsenal that could ease the performance of a Linux system administrator...