LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

distrobox-stop

stop running Distrobox containers

TLDR

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

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

CAVEATS

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

SEE ALSO

Copied to clipboard
Kai