klee image prune

Remove images that are not being used by...

Usage

$ klee image prune [OPTIONS]

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

Description

Remove images that are not being used by containers

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

Options

Name, shorthand Default Description
--all , -a Remove tagged containers as well.
--force , -f Do not prompt for confirmation
--help Show this message and exit.

Examples

Example output:

$ docker image prune -a
WARNING! This will remove all unused images.
Are you sure you want to continue? [y/N]: y
6e33dbacde70
5f8e437e5c95
2d6d265811f4
04a5d28beebb
c3621bd3dd4d
50d478460a91
5d2f60f04d9f
d22550af77b2
e3e448cea096
4a103f27dad8
422100eb65cc

Parent command

Command Description
klee image Manage images