LinuxCommandLibrary

toolbox-rm

Remove one or more `toolbox` containers.

TLDR

Remove a toolbox container

$ toolbox rm [container_name]
copy


Remove all toolbox containers
$ toolbox rm --all
copy


Force the removal of a currently active toolbox container
$ toolbox rm --force [container_name]
copy

Copied to clipboard