LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

toolbox-list

List Toolbx containers and images

TLDR

List all Toolbx containers and images
$ toolbox list
copy
List only containers
$ toolbox list -c
copy
List only images
$ toolbox list -i
copy

SYNOPSIS

toolbox list [options]

DESCRIPTION

toolbox list displays existing Toolbx containers and images. It shows container names, images used, creation times, and running status. This helps manage multiple development environments and identify which containers are available.The output distinguishes between containers (runnable environments) and images (base templates from which containers are created).

PARAMETERS

-c, --containers

List only containers
-i, --images
List only images

INSTALL

sudo apt install podman-toolbox
copy
sudo dnf install toolbox
copy
sudo pacman -S toolbox
copy
sudo zypper install toolbox
copy
nix profile install nixpkgs#toolbox
copy

SEE ALSO

Copied to clipboard
Kai