mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 20:43:39 +00:00
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|