2022-10-17 22:13:45 +01:00
|
|
|
# distrobox-stop
|
|
|
|
|
|
|
|
> Stop a distrobox container.
|
2023-03-02 16:20:46 +00:00
|
|
|
> Subcommand of `distrobox`. See also: `tldr distrobox`.
|
|
|
|
> More information: <https://distrobox.privatedns.org/usage/distrobox-stop.html>.
|
2022-10-17 22:13:45 +01:00
|
|
|
|
|
|
|
- Stop a distrobox container:
|
|
|
|
|
2023-03-19 11:35:00 +00:00
|
|
|
`distrobox-stop {{container_name}}`
|
|
|
|
|
|
|
|
- Stop a distrobox container non-interactively (without confirmation):
|
|
|
|
|
|
|
|
`distrobox-stop --name {{container_name}} --yes`
|