File: buildah-prune.1.md

package info (click to toggle)
golang-github-containers-buildah 1.39.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,724 kB
  • sloc: sh: 2,398; makefile: 236; perl: 187; asm: 16; awk: 12; ansic: 1
file content (33 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# buildah-rmi "1" "Jan 2023" "buildah"

## NAME

buildah\-prune - Cleanup intermediate images as well as build and mount cache.

## SYNOPSIS

**buildah prune**

## DESCRIPTION

Cleanup intermediate images as well as build and mount cache.

## OPTIONS

**--all**, **-a**

All local images will be removed from the system that do not have containers using the image as a reference image.

**--force**, **-f**

This option will cause Buildah to remove all containers that are using the image before removing the image from the system.

## EXAMPLE

buildah prune

buildah prune --force

## SEE ALSO

buildah(1), containers-registries.conf(5), containers-storage.conf(5)