mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 10:43:02 +00:00
22 lines
399 B
Plaintext
22 lines
399 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# toolbox list
|
|
|
|
> List existing Toolbx containers and images.
|
|
> More information: <https://manned.org/toolbox-list>.
|
|
|
|
- List all Toolbx containers and images:
|
|
|
|
`toolbox list`
|
|
|
|
- List only Toolbx containers:
|
|
|
|
`toolbox list {{[-c|--containers]}}`
|
|
|
|
- List only Toolbx images:
|
|
|
|
`toolbox list {{[-i|--images]}}`
|