File: toolbox-list.1.md

package info (click to toggle)
golang-github-containers-toolbox 0.0.99.3%2Bgit20230118%2B446d7bfdef6a-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,244 kB
  • sloc: sh: 2,611; python: 36; makefile: 34
file content (48 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
% toolbox-list 1

## NAME
toolbox\-list - List existing toolbox containers and images

## SYNOPSIS
**toolbox list** [*--containers* | *-c*] [*--images* | *-i*]

## DESCRIPTION

Lists existing toolbox containers and images. These are OCI containers and
images, which can be managed directly with a tool like `podman`.

## OPTIONS ##

The following options are understood:

**--containers, -c**

List only toolbox containers, not images.

**--images, -i**

List only toolbox images, not containers.

## EXAMPLES

### List all existing toolbox containers and images

```
$ toolbox list
```

### List existing toolbox containers only

```
$ toolbox list --containers
```

### List existing toolbox images only

```
$ toolbox list --images
```

## SEE ALSO

`toolbox(1)`, `podman(1)`, `podman-ps(1)`, `podman-images(1)`