1podman-tag (1"") 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] [--help|-h]
11
12
14 Assigns a new alias to an image. An alias refers to the entire image
15 name, including the optional tag after the :. If you do not provide
16 tag, podman will default to latest for both the image and the
17 target-name.
18
19
21 --help, -h
22
23
24 Print usage statement
25
26
28 $ podman tag 0e3bbc2 fedora:latest
29
30 $ podman tag httpd myregistryhost:5000/fedora/httpd:v2
31
32
33
35 podman(1)
36
37
39 July 2017, Originally compiled by Ryan Cole ⟨rycole@redhat.com⟩
40
41
42
43 podman-tag (1"")