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