LinuxCommandLibrary

distrobox-host-exec

Execute a command on the host from inside a distrobox container.

TLDR

Execute command on the host system from inside the distrobox container

$ distrobox-host-exec "[command]"
copy


Execute the ls command on the host system from inside the container
$ distrobox-host-exec ls
copy

Copied to clipboard