logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

toolbox-list - List existing toolbox containers and images

Description

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

Examples

Listallexistingtoolboxcontainersandimages
       $ toolbox list

   Listexistingtoolboxcontainersonly
       $ toolbox list --containers

   Listexistingtoolboximagesonly
       $ toolbox list --images

Name

       toolbox-list - List existing toolbox containers and images

Options

       The following options are understood:

       --containers,-c

       List only toolbox containers, not images.

       --images,-i

       List only toolbox images, not containers.

See Also

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

Synopsis

toolboxlist [--containers | -c] [--images | -i]

See Also