1podman-untag(1)()                                            podman-untag(1)()
2
3
4

NAME

6       podman-untag - Removes one or more names from a locally-stored image
7
8

SYNOPSIS

10       podman untag image[:tag] [target-names[:tag]] [options]
11
12
13       podman image untag image[:tag] [target-names[:tag]] [options]
14
15

DESCRIPTION

17       Removes one or all names of an image. A name refers to the entire image
18       name, including the optional tag after the :. If no target image  names
19       are specified, untag will remove all tags for the image at once.
20
21

OPTIONS

23       --help, -h
24
25
26       Print usage statement
27
28

EXAMPLES

30              $ podman untag 0e3bbc2
31
32              $ podman untag imageName:latest otherImageName:latest
33
34              $ podman untag httpd myregistryhost:5000/fedora/httpd:v2
35
36
37

SEE ALSO

39       podman(1)
40
41

HISTORY

43       December  2019, Originally compiled by Sascha Grunert sgrunert@suse.com
44       ⟨mailto:sgrunert@suse.com⟩
45
46
47
48                                                             podman-untag(1)()
Impressum