mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-01 14:14:01 +02:00

* *: replace dead more informtion links * dolt * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
13 lines
360 B
Markdown
13 lines
360 B
Markdown
# distrobox-stop
|
|
|
|
> Stop a distrobox container.
|
|
> Subcommand of `distrobox`. 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`
|