← 返回命令列表

Linux command

toolbox-rm 命令

文本

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

常用示例

Remove

toolbox rm [container_name]

Example

toolbox rm -a

Force

toolbox rm -f [container_name]

说明

toolbox rm removes one or more Toolbx containers. Containers must be stopped before removal unless the force flag is used. Multiple containers can be removed by specifying their names as arguments. The --all flag removes all Toolbx containers at once.

参数

-a, --all
Remove all Toolbx containers
-f, --force
Force removal of running containers

FAQ

What is the toolbox-rm command used for?

toolbox rm removes one or more Toolbx containers. Containers must be stopped before removal unless the force flag is used. Multiple containers can be removed by specifying their names as arguments. The --all flag removes all Toolbx containers at once.

How do I run a basic toolbox-rm example?

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

What does -a, --all do in toolbox-rm?

Remove all Toolbx containers