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 --format, -f=format
20 Change output format to "json" or a Go template.
21
22
24 A sample output of the version command:
25
26
27 $ podman version
28 Version: 2.0.0
29 API Version: 1
30 Go Version: go1.14.2
31 Git Commit: 4520664f63c3a7f9a80227715359e20069d95542
32 Built: Tue May 19 10:48:59 2020
33 OS/Arch: linux/amd64
34
35
36
37 Filtering out only the version:
38
39
40 $ podman version --format '{{.Client.Version}}'
41 2.0.0
42
43
44
45 --help, -h
46 Print usage statement
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)()