Files
distrobox/docs/usage/distrobox-rm.md
T
89luca89 2ace0e4e73 distrobox: add support for rootful containers
This commit will add the `--root/-r` flag to create,enter,list,rm,stop
commands. This will enable the use of podman/docker in root mode. This
is the preferred way over `sudo distrobox`.

Update man pages and docs accordingly.

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-05-01 08:03:03 +02:00

507 B

Remove containers

distrobox-rm delete one of the available distroboxes.

Usage:

distrobox-rm --name container-name [--force]
distrobox-rm container-name [-f]

Options:

--name/-n:		name for the distrobox
--force/-f:		force deletion
--root/-r:		launch podman/docker with root privileges. Note that if you need root this is the preferred
			way over "sudo distrobox"
--help/-h:		show this message
--verbose/-v:		show more verbosity
--version/-V:		show version