2023-11-02 19:59:27 +00:00
|
|
|
# distrobox-host-exec
|
|
|
|
|
|
|
|
> Voer een commando uit op de host vanuit de distrobox container.
|
|
|
|
> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`.
|
2023-11-19 21:07:13 +00:00
|
|
|
> Meer informatie: <https://distrobox.it/usage/distrobox-host-exec>.
|
2023-11-02 19:59:27 +00:00
|
|
|
|
|
|
|
- Voer een commando uit op de host vanuit de distrobox container:
|
|
|
|
|
|
|
|
`distrobox-host-exec "{{command}}"`
|
|
|
|
|
|
|
|
- Voer het `ls` commando uit op de host vanuit de distrobox container:
|
|
|
|
|
|
|
|
`distrobox-host-exec ls`
|