Distrobox – use Linux distributions in your terminal
Distrobox is software which creates and manages container-based development environments without root privileges. It lets you run a wide range of Linux distributions on a single host system.
It’s not reinventing the wheel. Distrobox is merely a rather sophisticated wrapper around Podman or Docker. Podman is a daemonless tool designed to find, run, build, share and deploy applications using containers and container images. Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
What’s a container? A container is an operating-system-level virtualization method for running multiple isolated Linux systems on a control host using a single Linux kernel.