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: Remote API Version, Version, Go Ver‐
15 sion, Git Commit, Build Time, OS, and Architecture.
16
17
19 --help, -h
20 Print usage statement
21
22
23 --format, -f=format
24 Change output format to "json" or a Go template.
25
26
28 A sample output of the version command:
29
30
31 $ podman version
32 Version: 2.0.0
33 API Version: 1
34 Go Version: go1.14.2
35 Git Commit: 4520664f63c3a7f9a80227715359e20069d95542
36 Built: Tue May 19 10:48:59 2020
37 OS/Arch: linux/amd64
38
39
40
41 Filtering out only the version:
42
43
44 $ podman version --format '{{.Client.Version}}'
45 2.0.0
46
47
48
50 podman(1)
51
52
54 November 2018, Added --format flag by Tomas Tomecek ttomecek@redhat.com
55 ⟨mailto:ttomecek@redhat.com⟩ July 2017, Originally compiled by Urvashi
56 Mohnani umohnani@redhat.com ⟨mailto:umohnani@redhat.com⟩
57
58
59
60 podman-version(1)()