LinuxCommandLibrary

toolbox-rm

Remove Toolbx containers

TLDR

Remove a container

$ toolbox rm [container_name]
copy
Remove all containers
$ toolbox rm -a
copy
Force remove active container
$ toolbox rm -f [container_name]
copy

SYNOPSIS

toolbox rm [OPTIONS] [CONTAINER...]

DESCRIPTION

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.

PARAMETERS

-a, --all

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

CAVEATS

Running containers cannot be removed without --force. Data stored only inside the container will be lost. The home directory (mounted from host) is preserved.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community