In today’s era, where virtualization and containerization play a significant role in the architecture of IT systems, tools such as Docker and Kubernetes have gained considerable popularity among developers and system administrators. However, for Linux users, there is also a lesser-known but incredibly powerful alternative - systemd-nspawn. Often referred to as “chroot on steroids,” systemd-nspawn enables the creation of lightweight isolation spaces that can be used to run software in isolated containers with minimal overhead. In this article, we will explore how systemd-nspawn allows the creation and management of containers in Linux, its main advantages, and how it differs from the more traditional chroot approach and other popular container solutions. Additionally, we will go through the process of configuring containers to allow SSH login and running them as a system service.