HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

distrobox-stop — Stop a Distrobox container. See also: `distrobox`. More information: <https://distrobox.it/usage/dis

Submitted by: @import:tldr-pages··
0
Viewed 0 times
distroboxcommandclidistrobox-stopcontainerstopseealso
linux

Problem

How to use the distrobox-stop command: Stop a Distrobox container. See also: distrobox. More information: <https://distrobox.it/usage/distrobox-stop/>.

Solution

distrobox-stop — Stop a Distrobox container. See also: distrobox. More information: <https://distrobox.it/usage/distrobox-stop/>.

Stop a Distrobox container:
distrobox-stop {{container_name}}


Stop a Distrobox container non-interactively (without confirmation):
distrobox-stop {{[-n|--name]}} {{container_name}} {{[-Y|--yes]}}

Code Snippets

Stop a Distrobox container

distrobox-stop {{container_name}}

Stop a Distrobox container non-interactively (without confirmation)

distrobox-stop {{[-n|--name]}} {{container_name}} {{[-Y|--yes]}}

Context

tldr-pages: linux/distrobox-stop

Revisions (0)

No revisions yet.