klee image ls

List images

Usage

$ klee image ls [OPTIONS]

Refer to the options section for an overview of available OPTIONS for this command.

Description

klee image ls (shorthand: klee lsi) shows all images.

Image snapshots, however, are not shown. Use the klee image inspect command instead.

For example uses of this command, refer to the examples section below.

Options

Name, shorthand Default Description
--help Show this message and exit.

Examples

List all images

$ klee image ls
 ID             NAME                  TAG         CREATED
──────────────────────────────────────────────────────────────
 707f754571dd   hello-world           latest      4 hours ago
 1bf7491b3de3   myapp_debug           latest      4 hours ago
 d67864280076   nginx                 1.24.0_13   4 hours ago
 cecc28cf8ad4   FreeBSD-13.2-STABLE   latest      4 hours ago

Parent command

Command Description
klee image Manage images