1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/toolbox-create.md
코드싸이 0a0ba9cf24
termusic: fix typo, linux/t*: add Korean translation (#14753)
* termusic: fix typo

* linux/t*: add Korean translation
2024-11-09 23:21:48 +09:00

24 lines
726 B
Markdown

# 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}}`