1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-18 01:35:24 +02:00
tldr/pages/linux/distrobox-stop.md

14 lines
346 B
Markdown
Raw Normal View History

# 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]}}`