Skip to content

Commit

Permalink
update doc for list command to include changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Natale <[email protected]>
  • Loading branch information
tonytheleg committed Aug 27, 2022
1 parent cac883b commit 05dc96a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/toolbox-list.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ List only toolbox containers, not images.

List only toolbox images, not containers.

**--details, -d**

Display more details about existing toolbox containers and images.

## EXAMPLES

### List all existing toolbox containers and images
Expand All @@ -31,6 +35,12 @@ List only toolbox images, not containers.
$ toolbox list
```

### List all existing toolbox containers and images with detailed information

```
$ toolbox list --details
```

### List existing toolbox containers only

```
Expand All @@ -43,6 +53,13 @@ $ toolbox list --containers
$ toolbox list --images
```

### List existing toolbox images or containers only, with detailed information

```
$ toolbox list --images --details
$ toolbox list --containers --details
```

## SEE ALSO

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

0 comments on commit 05dc96a

Please sign in to comment.