linux/d*: add Korean translation (#14683)

This commit is contained in:
코드싸이
2024-11-08 15:51:52 +09:00
committed by GitHub
parent b3cbaf7b55
commit 53b2ce7e7f
73 changed files with 1566 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# distrobox-host-exec
> Distrobox 컨테이너 내부에서 호스트의 명령을 실행합니다. 같이 보기: `tldr distrobox`.
> 더 많은 정보: <https://distrobox.it/usage/distrobox-host-exec>.
- Distrobox 컨테이너 내부에서 호스트 시스템의 명령 실행:
`distrobox-host-exec "{{명령}}"`
- 컨테이너 내부에서 호스트 시스템의 `ls` 명령 실행:
`distrobox-host-exec ls`