summaryrefslogtreecommitdiff
path: root/docs/podman-version.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-version.1.md')
-rw-r--r--docs/podman-version.1.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/podman-version.1.md b/docs/podman-version.1.md
new file mode 100644
index 000000000..e6dba33fc
--- /dev/null
+++ b/docs/podman-version.1.md
@@ -0,0 +1,24 @@
+% podman(1) podman-version - Simple tool to view version information
+% Urvashi Mohnani
+# podman-version "1" "July 2017" "podman"
+
+## NAME
+podman-version - Display the PODMAN Version Information
+
+## SYNOPSIS
+**podman version**
+[**--help**|**-h**]
+
+## DESCRIPTION
+Shows the the following information: Version, Go Version, Git Commit, Build Time,
+OS, and Architecture.
+
+**podman [GLOBAL OPTIONS]**
+
+**podman version**
+
+## SEE ALSO
+podman(1), crio(8), crio.conf(5)
+
+## HISTORY
+July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>