distrobox
run Linux distributions in containers with host integration
TLDR
distrobox is a set of commands for running Linux distributions in containers.
View documentation for creating containers
$ tldr distrobox-create
View documentation for listing containers$ tldr distrobox-list
View documentation for entering containers$ tldr distrobox-enter
View documentation for host execution$ tldr distrobox-host-exec
View documentation for exporting apps$ tldr distrobox-export
View documentation for upgrading containers$ tldr distrobox-upgrade
View documentation for stopping containers$ tldr distrobox-stop
View documentation for removing containers$ tldr distrobox-rm
DESCRIPTION
distrobox allows running any Linux distribution inside a terminal container while tightly integrating with the host OS. Containers share the home directory, storage, and hardware access (including graphics and audio).
Built on top of Podman or Docker, it provides seamless access to different distributions' package managers and software.
SEE ALSO
distrobox-create(1), distrobox-enter(1), podman(1), docker(1)
