Linux command
toolbox-rmi 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Remove
toolbox rmi [image_name1] [image_name2]
Example
toolbox rmi -a
Force
toolbox rmi -f [image_name]
说明
toolbox rmi removes one or more Toolbx container images. Images that are currently being used by containers cannot be removed unless the force flag is used. When using --force on an image that has containers, those containers will also be removed along with the image.
参数
- -a, --all
- Remove all Toolbx images
- -f, --force
- Force removal of images in use by containers
FAQ
What is the toolbox-rmi command used for?
toolbox rmi removes one or more Toolbx container images. Images that are currently being used by containers cannot be removed unless the force flag is used. When using --force on an image that has containers, those containers will also be removed along with the image.
How do I run a basic toolbox-rmi example?
Run `toolbox rmi [image_name1] [image_name2]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a, --all do in toolbox-rmi?
Remove all Toolbx images