distrobox-stop

stop running Distrobox containers

TLDR

Stop a container
$ distrobox-stop [container_name]
Stop without confirmation
$ distrobox-stop -n [container_name] -Y

SYNOPSIS

distrobox-stop [options] [name]

DESCRIPTION

distrobox-stop stops a running Distrobox container. By default it asks for confirmation before stopping.Stopped containers retain their state and can be restarted.

PARAMETERS

-n, --name name

Container name
-Y, --yes
Skip confirmation prompt

INSTALL

sudo dnf install distrobox
sudo pacman -S distrobox
sudo apk add distrobox
sudo zypper install distrobox
brew install distrobox
nix profile install nixpkgs#distrobox

CAVEATS

Stopping a container terminates any running processes inside. Exported applications will stop working until the container is restarted.

SEE ALSO

distrobox(1), distrobox-enter(1), distrobox-rm(1)

RESOURCES

Source code · Homepage