1DISTROBOX-STOP(1) User Manual DISTROBOX-STOP(1)
2
3
4
6 distrobox stop
7 distrobox-stop
8
10 distrobox-stop stop a running distrobox.
11
12 Distroboxes are left running, even after exiting out of them, so that
13 subsequent enters are really quick. This is how they can be stopped.
14
16 distrobox stop
17
18 --all/-a: stop all distroboxes
19 --yes/-Y: non-interactive, stop without asking
20 --help/-h: show this message
21 --root/-r: launch podman/docker/lilipod with root privileges. Note that if you need root this is the preferred
22 way over "sudo distrobox" (note: if using a program other than 'sudo' for root privileges is necessary,
23 specify it through the DBX_SUDO_PROGRAM env variable, or 'distrobox_sudo_program' config variable)
24 --verbose/-v: show more verbosity
25 --version/-V: show version
26
28 distrobox-stop container-name1 container-name2
29 distrobox-stop container-name
30 distrobox-stop --all
31
32 You can also use environment variables to specify container manager and
33 name:
34
35 DBX_CONTAINER_MANAGER="docker" DBX_CONTAINER_NAME=test-alpine distrobox-stop
36
38 DBX_CONTAINER_MANAGER
39 DBX_CONTAINER_NAME
40 DBX_NON_INTERACTIVE
41 DBX_SUDO_PROGRAM
42
43
44
45Distrobox Nov 2023 DISTROBOX-STOP(1)