2025-03-14 21:59:59 -06:00
|
|
|
# distrobox-stop
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Detiene un contenedor Distrobox.
|
|
|
|
|
> Vea también: `distrobox`.
|
|
|
|
|
> Más información: <https://distrobox.it/usage/distrobox-stop/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Detiene un contenedor Distrobox:
|
|
|
|
|
|
|
|
|
|
`distrobox-stop {{nombre_del_contenedor}}`
|
|
|
|
|
|
|
|
|
|
- Detiene un contenedor Distrobox de un modo no interactivo (no pide confirmación):
|
|
|
|
|
|
|
|
|
|
`distrobox-stop --name {{nombre_del_contenedor}} --yes`
|