File: buildah-manifest-rm.1.md

package info (click to toggle)
golang-github-containers-buildah 1.28.2%2Bds1-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,336 kB
  • sloc: sh: 2,291; makefile: 218; perl: 187; awk: 12; ansic: 1
file content (25 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (2)
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
# buildah-manifest-rm "1" "April 2021" "buildah"

## NAME
buildah\-manifest\-rm - Removes one or more manifest lists.

## SYNOPSIS
**buildah manifest rm** [*listNameOrIndexName* ...]

## DESCRIPTION
Removes one or more locally stored manifest lists.

## EXAMPLE

buildah manifest rm <list>

buildah manifest-rm listID1 listID2

**storage.conf** (`/etc/containers/storage.conf`)

storage.conf is the storage configuration file for all tools using containers/storage

The storage configuration file specifies all of the available container storage options for tools using shared container storage.

## SEE ALSO
buildah(1), containers-storage.conf(5), buildah-manifest(1)