mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
14 lines
438 B
Markdown
14 lines
438 B
Markdown
![]() |
# distrobox-host-exec
|
||
|
|
||
|
> Voer een commando uit op de host vanuit de distrobox container.
|
||
|
> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`.
|
||
|
> Meer informatie: <https://distrobox.privatedns.org/usage/distrobox-host-exec.html>.
|
||
|
|
||
|
- 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`
|