From 926cc6f1f50bcda675806e29d8309fd79effca28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Thu, 26 Dec 2024 13:30:54 -0500 Subject: [PATCH] distrobox-stop: add Spanish translation (#15342) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Darío Hereñú --- pages.es/linux/distrobox-stop.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.es/linux/distrobox-stop.md diff --git a/pages.es/linux/distrobox-stop.md b/pages.es/linux/distrobox-stop.md new file mode 100644 index 000000000..024712dfe --- /dev/null +++ b/pages.es/linux/distrobox-stop.md @@ -0,0 +1,12 @@ +# distrobox-stop + +> Detiene un contenedor Distrobox. Vea también: `tldr distrobox`. +> Más información: . + +- 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`