← 返回命令列表

Linux command

toolbox 命令

文本

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

常用示例

Enter

toolbox enter [container]

Remove

toolbox rm [container1] [container2]

Remove

toolbox rmi [image1] [image2]

Display

toolbox help [subcommand]

说明

toolbox (or Toolbx) provides containerized command-line environments on Linux, primarily for Fedora Silverblue, CoreOS, and other immutable/ostree-based distributions. It creates mutable containers that seamlessly integrate with the host system. Containers have access to the user's home directory, networking, and graphical environment while being isolated from the immutable host OS. This allows installing and using development tools without modifying the base system.

参数

create
Create a new Toolbx container
enter
Enter a container for interactive use
list
List existing containers and images
rm
Remove one or more containers
rmi
Remove one or more images
run
Run a command in a container
-h, --help
Display help information
--version
Display version information

FAQ

What is the toolbox command used for?

toolbox (or Toolbx) provides containerized command-line environments on Linux, primarily for Fedora Silverblue, CoreOS, and other immutable/ostree-based distributions. It creates mutable containers that seamlessly integrate with the host system. Containers have access to the user's home directory, networking, and graphical environment while being isolated from the immutable host OS. This allows installing and using development tools without modifying the base system.

How do I run a basic toolbox example?

Run `toolbox enter [container]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does create do in toolbox?

Create a new Toolbx container