summaryrefslogtreecommitdiff
path: root/docs/podman-tag.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-tag.1.md')
-rw-r--r--docs/podman-tag.1.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/podman-tag.1.md b/docs/podman-tag.1.md
new file mode 100644
index 000000000..0728f1997
--- /dev/null
+++ b/docs/podman-tag.1.md
@@ -0,0 +1,34 @@
+% podman(1) podman-tag - Add tags to an image
+% Ryan Cole
+# podman-tag "1" "July 2017" "podman"
+
+## NAME
+podman tag - Add an additional name to a local image
+
+## SYNOPSIS
+**podman tag**
+[**--help**|**-h**]
+
+## DESCRIPTION
+Assigns a new alias to an image in a registry. An alias refers to the entire image name, including the optional **TAG** after the ':'
+
+**podman [GLOBAL OPTIONS]**
+
+**podman [GLOBAL OPTIONS] tag [OPTIONS]**
+
+## GLOBAL OPTIONS
+
+**--help, -h**
+ Print usage statement
+
+## EXAMPLES
+
+ podman tag 0e3bbc2 fedora:latest
+
+ podman tag httpd myregistryhost:5000/fedora/httpd:v2
+
+## SEE ALSO
+podman(1), crio(8), crio.conf(5)
+
+## HISTORY
+July 2017, Originally compiled by Ryan Cole <rycole@redhat.com>