1podman-untag(1)             General Commands Manual            podman-untag(1)
2
3
4

NAME

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

SYNOPSIS

10       podman untag image [name[:tag]...]
11
12
13       podman image untag image [name[:tag]...]
14
15

DESCRIPTION

17       Remove one or more names from an image in the local storage.  The image
18       can be referred to by ID or reference.  If no name  is  specified,  all
19       names  are removed from the image.  If a specified name is a short name
20       and does not include a registry, localhost/ is prefixed  (e.g.,  fedora
21       -> localhost/fedora). If a specified name does not include a tag, :lat‐
22       est is appended (e.g., localhost/fedora -> localhost/fedora:latest).
23
24

OPTIONS

26   --help, -h
27       Print usage statement
28
29

EXAMPLES

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

SEE ALSO

40       podman(1)
41
42

HISTORY

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