1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00
tldr/pages/linux/toolbox-rm.md
2022-08-05 09:31:03 +02:00

364 B

toolbox rm

Remove one or more toolbox containers. See also: toolbox rmi. More information: https://manned.org/toolbox-rm.1.

  • Remove a toolbox container:

toolbox rm {{container_name}}

  • Remove all toolbox containers:

toolbox rm --all

  • Force the removal of a currently active toolbox container:

toolbox rm --force {{container_name}}