mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 02:41:46 +00:00
19 lines
473 B
Plaintext
19 lines
473 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# distrobox-list
|
|
|
|
> List all Distrobox containers. See also: `tldr distrobox`.
|
|
> Distrobox containers are listed separately from the rest of normal Podman or Docker containers.
|
|
> More information: <https://distrobox.it/usage/distrobox-list>.
|
|
|
|
- List all Distrobox containers:
|
|
|
|
`distrobox-list`
|
|
|
|
- List all Distrobox containers with verbose information:
|
|
|
|
`distrobox-list --verbose`
|