mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-19 01:14:49 -05:00
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>
507 B
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