mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 10:41:34 +00:00
22 lines
395 B
Plaintext
22 lines
395 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# toolbox list
|
|
|
|
> List existing `toolbox` containers and images.
|
|
> More information: <https://manned.org/toolbox-list.1>.
|
|
|
|
- List all `toolbox` containers and images:
|
|
|
|
`toolbox list`
|
|
|
|
- List only `toolbox` containers:
|
|
|
|
`toolbox list --containers`
|
|
|
|
- List only `toolbox` images:
|
|
|
|
`toolbox list --images`
|