2025-03-14 21:59:59 -06:00
|
|
|
# distrobox-host-exec
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
> Execute a command on the host from inside a Distrobox container.
|
|
|
|
|
> See also: `distrobox`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://distrobox.it/usage/distrobox-host-exec>.
|
|
|
|
|
|
|
|
|
|
- Execute command on the host system from inside the Distrobox container:
|
|
|
|
|
|
|
|
|
|
`distrobox-host-exec "{{command}}"`
|
|
|
|
|
|
|
|
|
|
- Execute the `ls` command on the host system from inside the container:
|
|
|
|
|
|
|
|
|
|
`distrobox-host-exec ls`
|