LinuxCommandLibrary

distrobox

Use any Linux distribution inside your terminal in a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage (`home` directory) and hardware.

TLDR

View documentation for creating containers

$ tldr distrobox-create
copy


View documentation for listing container's information
$ tldr distrobox-list
copy


View documentation for entering the container
$ tldr distrobox-enter
copy


View documentation for executing a command on the host from inside a container
$ tldr distrobox-host-exec
copy


View documentation for exporting app/service/binary from the container to the host
$ tldr distrobox-export
copy


View documentation for upgrading containers
$ tldr distrobox-upgrade
copy


View documentation for stopping the containers
$ tldr distrobox-stop
copy


View documentation for removing the containers
$ tldr distrobox-rm
copy

Copied to clipboard