2022-10-17 22:13:45 +01:00
|
|
|
# distrobox-stop
|
|
|
|
|
2023-11-26 17:02:06 +00:00
|
|
|
> Stop a Distrobox container. See also: `tldr distrobox`.
|
2023-11-19 21:07:13 +00:00
|
|
|
> More information: <https://distrobox.it/usage/distrobox-stop>.
|
2022-10-17 22:13:45 +01:00
|
|
|
|
2023-11-26 17:02:06 +00:00
|
|
|
- Stop a Distrobox container:
|
2022-10-17 22:13:45 +01:00
|
|
|
|
2023-03-19 11:35:00 +00:00
|
|
|
`distrobox-stop {{container_name}}`
|
|
|
|
|
2023-11-26 17:02:06 +00:00
|
|
|
- Stop a Distrobox container non-interactively (without confirmation):
|
2023-03-19 11:35:00 +00:00
|
|
|
|
|
|
|
`distrobox-stop --name {{container_name}} --yes`
|