mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
8bbd22d47b
The project was renamed to "Toolbx" to improve searchability back in 2021: <https://github.com/containers/containertoolbx.org/pull/1> The command name and a few other places (environment variables, runtime paths, etc.) kept the previous name for backward compatibility, but otherwise the new name is to be used: <https://github.com/containers/toolbox/pull/1446> --------- Co-authored-by: Darío Hereñú <magallania@gmail.com>
370 B
370 B
toolbox rm
Remove one or more Toolbx containers. See also:
toolbox rmi. More information: https://manned.org/toolbox-rm.
- Remove a Toolbx container:
toolbox rm {{container_name}}
- Remove all Toolbx containers:
toolbox rm {{[-a|--all]}}
- Force the removal of a currently active Toolbx container:
toolbox rm {{[-f|--force]}} {{container_name}}