1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 12:05:59 +02:00
tldr/pages/linux/distrobox-stop.md

14 lines
377 B
Markdown
Raw Normal View History

# distrobox-stop
> Stop a distrobox container.
2023-03-02 21:50:46 +05:30
> Subcommand of `distrobox`. See also: `tldr distrobox`.
> More information: <https://distrobox.privatedns.org/usage/distrobox-stop.html>.
- Stop a distrobox container:
`distrobox-stop {{container_name}}`
- Stop a distrobox container non-interactively (without confirmation):
`distrobox-stop --name {{container_name}} --yes`