termusic: fix typo, linux/t*: add Korean translation (#14753)
* termusic: fix typo * linux/t*: add Korean translation
This commit is contained in:
24
pages.ko/linux/toolbox-create.md
Normal file
24
pages.ko/linux/toolbox-create.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# toolbox create
|
||||
|
||||
> 새 `toolbox` 컨테이너 생성.
|
||||
> 더 많은 정보: <https://manned.org/toolbox-create.1>.
|
||||
|
||||
- 특정 배포판에 대한 `toolbox` 컨테이너 생성:
|
||||
|
||||
`toolbox create --distro {{배포판}}`
|
||||
|
||||
- 현재 배포판의 특정 릴리스에 대한 `toolbox` 컨테이너 생성:
|
||||
|
||||
`toolbox create --release {{릴리스}}`
|
||||
|
||||
- 사용자 지정 이미지로 `toolbox` 컨테이너 생성:
|
||||
|
||||
`toolbox create --image {{이름}}`
|
||||
|
||||
- 사용자 지정 Fedora 이미지에서 `toolbox` 컨테이너 생성:
|
||||
|
||||
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:39}}`
|
||||
|
||||
- Fedora 39의 기본 이미지를 사용하여 `toolbox` 컨테이너 생성:
|
||||
|
||||
`toolbox create --distro {{fedora}} --release {{f39}}`
|
Reference in New Issue
Block a user