1podman-version(1)()                                        podman-version(1)()
2
3
4

NAME

6       podman-version - Display the Podman version information
7
8

SYNOPSIS

10       podman version [options]
11
12

DESCRIPTION

14       Shows  the  following information: Remote API Version, Version, Go Ver‐
15       sion, Git Commit, Build Time, OS, and Architecture.
16
17

OPTIONS

19       --help, -h
20
21
22       Print usage statement
23
24
25       --format, -f=format
26
27
28       Change output format to "json" or a Go template.
29
30

Example

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 '{{.Client.Version}}'
48              1.6.3
49
50
51

SEE ALSO

53       podman(1)
54
55

HISTORY

57       November 2018, Added --format flag by Tomas Tomecek ttomecek@redhat.com
58       ⟨mailto:ttomecek@redhat.com⟩  July 2017, Originally compiled by Urvashi
59       Mohnani umohnani@redhat.com ⟨mailto:umohnani@redhat.com⟩
60
61
62
63                                                           podman-version(1)()
Impressum