mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 16:50:00 +00:00
Update cheatsheets
This commit is contained in:
21
linux/toolbox-list
Normal file
21
linux/toolbox-list
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user