toolbox-list - Man Page
List existing Toolbx containers and images
Examples (TL;DR)
- List all
toolbox
containers and images:toolbox list
- List only
toolbox
containers:toolbox list --containers
- List only
toolbox
images:toolbox list --images
Synopsis
toolbox list [--containers | -c] [--images | -i]
Description
Lists existing Toolbx 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 Toolbx containers, not images.
- --images, ā-i
- List only Toolbx images, not containers.
Examples
List all existing Toolbx containers and images
$ toolbox list
List existing Toolbx containers only
$ toolbox list --containers
List existing Toolbx images only
$ toolbox list --images