1podman-tag(1) General Commands Manual podman-tag(1)
2
3
4
6 podman-tag - Add an additional name to a local image
7
8
10 podman tag image[:tag] [target-name[:tag]...] [options]
11
12
13 podman image tag image[:tag] [target-name[:tag]...] [options]
14
15
17 Assigns a new image name to an existing image. A full name refers to
18 the entire image name, including the optional tag after the :. If
19 there is no tag provided, then Podman defaults to latest for both the
20 image and the target-name.
21
22
24 --help, -h
25 Print usage statement
26
27
29 $ podman tag 0e3bbc2 fedora:latest
30
31 $ podman tag httpd myregistryhost:5000/fedora/httpd:v2
32
33 $ podman tag mymariadb mycontainerregistry.io/namespace/mariadb:10 mycontainerregistry.io/namespace/mariadb:10.11 mycontainerregistry.io/namespace/mariadb:10.11.12
34
35
36
38 podman(1)
39
40
42 December 2019, Update description to refer to 'name' instead of 'alias'
43 by Sascha Grunert sgrunert@suse.com ⟨mailto:sgrunert@suse.com⟩ July
44 2017, Originally compiled by Ryan Cole rycole@redhat.com
45 ⟨mailto:rycole@redhat.com⟩
46
47
48
49 podman-tag(1)