1podman-untag(1)() podman-untag(1)()
2
3
4
6 podman-untag - Removes one or more names from a locally-stored image
7
8
10 podman untag image [name[:tag]...]
11
12
13 podman image untag image [name[:tag]...]
14
15
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/ will be prefixed (e.g., fe‐
21 dora -> localhost/fedora). If a specified name does not include a tag,
22 :latest will be appended (e.g., localhost/fedora -> localhost/fe‐
23 dora:latest).
24
25
27 --help, -h
28 Print usage statement
29
30
32 $ podman untag 0e3bbc2
33
34 $ podman untag imageName:latest otherImageName:latest
35
36 $ podman untag httpd myregistryhost:5000/fedora/httpd:v2
37
38
39
41 podman(1)
42
43
45 December 2019, Originally compiled by Sascha Grunert sgrunert@suse.com
46 ⟨mailto:sgrunert@suse.com⟩
47
48
49
50 podman-untag(1)()