Files
distrobox/docs/usage/distrobox-stop.md
T
Dario Faggioli aef851534c docs: couple of small docs & comments fixes (#273)
* enter: fixup comment around --headless

Commit 514f60d5 ("enter: do not instantiate a tty if we do not have
one") forgot to update the comment, when moving '--interactive' outside
of the 'if'.

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>

* docs/usage: document 'stop' properly

The usage page for 'distrobox stop' was mostly talking about
'distrobox rm'.

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
2022-05-16 09:50:39 +02:00

641 B

Stop containers

distrobox-stop stop a running distrobox.

Distroboxes are left running, even after exiting out of them, so that subsequent enters are really quick. This is how they can be stopped.

Usage:

distrobox-stop --name container-name
distrobox-stop container-name

Options:

--name/-n:		name for the distrobox
--yes/-Y:		non-interactive, stop without asking
--help/-h:		show this message
--root/-r:		launch podman/docker with root privileges. Note that if you need root this is the preferred
			way over "sudo distrobox"
--verbose/-v:		show more verbosity
--version/-V:		show version