← 返回命令列表

Linux command

toolbox-list 命令

文本

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

常用示例

Example

toolbox list

Example

toolbox list -c

Example

toolbox list -i

说明

toolbox list displays existing Toolbx containers and images. It shows container names, images used, creation times, and running status. This helps manage multiple development environments and identify which containers are available. The output distinguishes between containers (runnable environments) and images (base templates from which containers are created).

参数

-c, --containers
List only containers
-i, --images
List only images

FAQ

What is the toolbox-list command used for?

toolbox list displays existing Toolbx containers and images. It shows container names, images used, creation times, and running status. This helps manage multiple development environments and identify which containers are available. The output distinguishes between containers (runnable environments) and images (base templates from which containers are created).

How do I run a basic toolbox-list example?

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

What does -c, --containers do in toolbox-list?

List only containers