1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/distrobox-stop.md
2023-11-26 18:02:06 +01:00

12 lines
331 B
Markdown

# distrobox-stop
> Stop a Distrobox container. See also: `tldr 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 --name {{container_name}} --yes`