← 返回命令列表

Linux command

toolbox-create 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

toolbox create -d [distribution]

Example

toolbox create -r [release]

Example

toolbox create -i [name]

Example

toolbox create -i quay.io/fedora/fedora:[tag]

Example

toolbox create -d fedora -r f[version]

说明

toolbox create creates a new Toolbx container based on an OCI image. By default, it creates a container matching the host system's distribution and release. Custom images can be specified for development environments or cross-distribution work. The container is configured for seamless integration with the host, including home directory access, user permissions, and graphical application support.

参数

-d, --distro _distro_
Create container for specified distribution
-r, --release _release_
Create container for specified release version
-i, --image _image_
Use specified container image
-c, --container _name_
Assign custom name to the container

FAQ

What is the toolbox-create command used for?

toolbox create creates a new Toolbx container based on an OCI image. By default, it creates a container matching the host system's distribution and release. Custom images can be specified for development environments or cross-distribution work. The container is configured for seamless integration with the host, including home directory access, user permissions, and graphical application support.

How do I run a basic toolbox-create example?

Run `toolbox create -d [distribution]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d, --distro _distro_ do in toolbox-create?

Create container for specified distribution