Files
tldr/pages.ko/linux/toolbox-create.md
T
Waldir Pimenta 8bbd22d47b toolbox*: update project name (#19769)
The project was renamed to "Toolbx" to improve searchability back in 2021:
<https://github.com/containers/containertoolbx.org/pull/1>

The command name and a few other places (environment variables, runtime paths, etc.)
kept the previous name for backward compatibility, but otherwise the new name is to be used:
<https://github.com/containers/toolbox/pull/1446>

---------

Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-12-10 14:45:23 +02:00

706 B

toolbox create

새 Toolbx 컨테이너 생성. 더 많은 정보: https://manned.org/toolbox-create.

  • 특정 배포판에 대한 Toolbx 컨테이너 생성:

toolbox create --distro {{배포판}}

  • 현재 배포판의 특정 릴리스에 대한 Toolbx 컨테이너 생성:

toolbox create --release {{릴리스}}

  • 사용자 지정 이미지로 Toolbx 컨테이너 생성:

toolbox create --image {{이름}}

  • 사용자 지정 Fedora 이미지에서 Toolbx 컨테이너 생성:

toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:39}}

  • Fedora 39의 기본 이미지를 사용하여 Toolbx 컨테이너 생성:

toolbox create --distro {{fedora}} --release {{f39}}