1DISTROBOX-RM(1)                   User Manual                  DISTROBOX-RM(1)
2
3
4

Remove containers

6       distrobox-rm delete one of the available distroboxes.
7
8       Usage:
9
10              distrobox-rm --name container-name [--force]
11              distrobox-rm container-name [-f]
12
13       You can also use environment variables to specify container manager and
14       name:
15
16              DBX_CONTAINER_MANAGER="docker" DBX_CONTAINER_NAME=test-alpine distrobox-rm
17
18       Supported environment variables:
19
20              DBX_CONTAINER_MANAGER
21              DBX_CONTAINER_NAME
22              DBX_NON_INTERACTIVE
23
24       Options:
25
26              --name/-n:      name for the distrobox
27              --force/-f:     force deletion
28              --root/-r:      launch podman/docker with root privileges. Note that if you need root this is the preferred
29                          way over "sudo distrobox"
30              --help/-h:      show this message
31              --verbose/-v:       show more verbosity
32              --version/-V:       show version
33
34
35
36Distrobox                          Jun 2022                    DISTROBOX-RM(1)
Impressum