Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 785 Bytes

distrobox-list.md

File metadata and controls

28 lines (18 loc) · 785 Bytes

List containers

distrobox-list lists available distroboxes. It detects them and lists them separately from the rest of normal podman or docker containers.

Usage:

distrobox-list

You can also use environment variables to specify container manager

DBX_CONTAINER_MANAGER="docker" distrobox-list

Supported environment variables:

DBX_CONTAINER_MANAGER

Options:

--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"
--size/-s:		show also container size
--verbose/-v:		show more verbosity
--version/-V:		show version

image