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

NAME

6              distrobox stop
7              distrobox-stop
8

DESCRIPTION

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

SYNOPSIS

16       distrobox stop
17
18              --name/-n:      name for the distrobox
19              --yes/-Y:       non-interactive, stop without asking
20              --help/-h:      show this message
21              --root/-r:      launch podman/docker 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

EXAMPLES

28              distrobox-stop --name container-name
29              distrobox-stop container-name
30
31       You can also use environment variables to specify container manager and
32       name:
33
34              DBX_CONTAINER_MANAGER="docker" DBX_CONTAINER_NAME=test-alpine distrobox-stop
35
36       Supported environment variables:
37
38              DBX_CONTAINER_MANAGER
39              DBX_CONTAINER_NAME
40              DBX_NON_INTERACTIVE
41              DBX_SUDO_PROGRAM
42
43
44
45Distrobox                          Dec 2022                  DISTROBOX-STOP(1)
Impressum