1podman-version (1"") podman-version (1"")
2
3
4
6 podman-version - Display the PODMAN Version Information
7
8
10 podman version [options]
11
12
14 Shows the following information: Version, Go Version, Git Commit, Build
15 Time, OS, and Architecture.
16
17
19 --help, -h
20
21
22 Print usage statement
23
24
25 --format, -f
26
27
28 Change output format to "json" or a Go template.
29
30
32 A sample output of the version command:
33
34
35 $ podman version
36 Version: 0.11.1
37 Go Version: go1.11
38 Git Commit: "8967a1d691ed44896b81ad48c863033f23c65eb0-dirty"
39 Built: Thu Nov 8 22:35:40 2018
40 OS/Arch: linux/amd64
41
42
43
44 Filtering out only the version:
45
46
47 $ podman version --format '{{.Version}}'
48 0.11.2
49
50
51
53 podman(1)
54
55
57 November 2018, Added --format flag by Tomas Tomecek
58 ⟨ttomecek@redhat.com⟩ July 2017, Originally compiled by Urvashi Mohnani
59 ⟨umohnani@redhat.com⟩
60
61
62
63 podman-version (1"")