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

Stop containers

6       distrobox-stop stop a running distrobox.
7
8       Distroboxes  are  left running, even after exiting out of them, so that
9       subsequent enters are really quick.  This is how they can be stopped.
10
11       Usage:
12
13              distrobox-stop --name container-name
14              distrobox-stop container-name
15
16       You can also use environment variables to specify container manager and
17       name:
18
19              DBX_CONTAINER_MANAGER="docker" DBX_CONTAINER_NAME=test-alpine distrobox-stop
20
21       Supported environment variables:
22
23              DBX_CONTAINER_MANAGER
24              DBX_CONTAINER_NAME
25              DBX_NON_INTERACTIVE
26
27       Options:
28
29              --name/-n:      name for the distrobox
30              --yes/-Y:       non-interactive, stop without asking
31              --help/-h:      show this message
32              --root/-r:      launch podman/docker with root privileges. Note that if you need root this is the preferred
33                          way over "sudo distrobox"
34              --verbose/-v:       show more verbosity
35              --version/-V:       show version
36
37
38
39Distrobox                          Jun 2022                  DISTROBOX-STOP(1)
Impressum