mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
416 B
Markdown
13 lines
416 B
Markdown
![]() |
# distrobox-host-exec
|
||
|
|
||
|
> Distrobox 컨테이너 내부에서 호스트의 명령을 실행합니다. 같이 보기: `tldr distrobox`.
|
||
|
> 더 많은 정보: <https://distrobox.it/usage/distrobox-host-exec>.
|
||
|
|
||
|
- Distrobox 컨테이너 내부에서 호스트 시스템의 명령 실행:
|
||
|
|
||
|
`distrobox-host-exec "{{명령}}"`
|
||
|
|
||
|
- 컨테이너 내부에서 호스트 시스템의 `ls` 명령 실행:
|
||
|
|
||
|
`distrobox-host-exec ls`
|