* *: 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>
14 lines
360 B
Markdown
14 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`
|