logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

distrobox stop

Description

       distrobox-stop stop a running distrobox.

       Distroboxes are left running, even after exiting out of them, so that subsequent enters are really quick.
       This is how they can be stopped.

Environment Variables

              DBX_CONTAINER_MANAGER
              DBX_CONTAINER_NAME
              DBX_NON_INTERACTIVE
              DBX_SUDO_PROGRAM

Distrobox                                           Jan 2025                                   DISTROBOX-STOP(1)

Examples

              distrobox-stop container-name1 container-name2
              distrobox-stop container-name
              distrobox-stop --all

       You can also use environment variables to specify container manager and name:

              DBX_CONTAINER_MANAGER="docker" DBX_CONTAINER_NAME=test-alpine distrobox-stop

Name

              distrobox stop
              distrobox-stop

Synopsis

distroboxstop

              --all/-a:       stop all distroboxes
              --yes/-Y:       non-interactive, stop without asking
              --help/-h:      show this message
              --root/-r:      launch podman/docker/lilipod with root privileges. Note that if you need root this is the preferred
                          way over "sudo distrobox" (note: if using a program other than 'sudo' for root privileges is necessary,
                          specify it through the DBX_SUDO_PROGRAM env variable, or 'distrobox_sudo_program' config variable)
              --verbose/-v:       show more verbosity
              --version/-V:       show version

See Also