mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 07:42:52 +00:00
22 lines
413 B
Plaintext
22 lines
413 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 {{[-c|--containers]}}`
|
|
|
|
- List only `toolbox` images:
|
|
|
|
`toolbox list {{[-i|--images]}}`
|