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

NAME

6       podman-info - Displays Podman related system information
7
8

SYNOPSIS

10       podman info [options]
11
12
13       podman system info [options]
14
15

DESCRIPTION

17       Displays information pertinent to the host, current storage stats, con‐
18       figured container registries, and build of podman.
19
20

OPTIONS

22   --debug, -D
23       Show additional information
24
25
26   --format=format, -f
27       Change output format to "json" or a Go template.
28
29

EXAMPLE

31       Run podman info with plain text response:
32
33
34              $ podman info
35              host:
36                arch: amd64
37                buildahVersion: 1.19.0-dev
38                cgroupControllers:
39                - cpuset
40                - cpu
41                - io
42                - memory
43                - pids
44                cgroupManager: systemd
45                cgroupVersion: v2
46                conmon:
47                  package: conmon-2.0.22-2.fc33.x86_64
48                  path: /usr/bin/conmon
49                  version: 'conmon version 2.0.22, commit: 1be6c73605006a85f7ed60b7f76a51e28eb67e01'
50                cpus: 8
51                distribution:
52                  distribution: fedora
53                  version: "33"
54                eventLogger: journald
55                hostname: localhost.localdomain
56                idMappings:
57                  gidmap:
58                  - container_id: 0
59                    host_id: 3267
60                    size: 1
61                  - container_id: 1
62                    host_id: 100000
63                    size: 65536
64                  uidmap:
65                  - container_id: 0
66                    host_id: 3267
67                    size: 1
68                  - container_id: 1
69                    host_id: 100000
70                    size: 65536
71                kernel: 5.9.11-200.fc33.x86_64
72                linkmode: dynamic
73                memFree: 837505024
74                memTotal: 16416481280
75                ociRuntime:
76                  name: crun
77                  package: crun-0.16-1.fc33.x86_64
78                  path: /usr/bin/crun
79                  version: |-
80                    crun version 0.16
81                    commit: eb0145e5ad4d8207e84a327248af76663d4e50dd
82                    spec: 1.0.0
83                    +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL
84                os: linux
85                remoteSocket:
86                  exists: true
87                  path: /run/user/3267/podman/podman.sock
88                security:
89                  apparmorEnabled: false
90                  capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
91                  rootless: true
92                  seccompEnabled: true
93                  selinuxEnabled: true
94                slirp4netns:
95                  executable: /bin/slirp4netns
96                  package: slirp4netns-1.1.4-4.dev.giteecccdb.fc33.x86_64
97                  version: |-
98                    slirp4netns version 1.1.4+dev
99                    commit: eecccdb96f587b11d7764556ffacfeaffe4b6e11
100                    libslirp: 4.3.1
101                    SLIRP_CONFIG_VERSION_MAX: 3
102                    libseccomp: 2.5.0
103                swapFree: 6509203456
104                swapTotal: 12591292416
105                uptime: 264h 14m 32.73s (Approximately 11.00 days)
106              registries:
107                search:
108                - registry.fedoraproject.org
109                - registry.access.redhat.com
110                - registry.centos.org
111                - docker.io
112              store:
113                configFile: /home/dwalsh/.config/containers/storage.conf
114                containerStore:
115                  number: 3
116                  paused: 0
117                  running: 0
118                  stopped: 3
119                graphDriverName: overlay
120                graphOptions:
121                  overlay.mount_program:
122                    Executable: /home/dwalsh/bin/fuse-overlayfs
123                    Package: Unknown
124                    Version: |-
125                      fusermount3 version: 3.9.3
126                      fuse-overlayfs: version 0.7.2
127                      FUSE library version 3.9.3
128                      using FUSE kernel interface version 7.31
129                graphRoot: /home/dwalsh/.local/share/containers/storage
130                graphStatus:
131                  Backing Filesystem: extfs
132                  Native Overlay Diff: "false"
133                  Supports d_type: "true"
134                  Using metacopy: "false"
135                imageStore:
136                  number: 77
137                runRoot: /run/user/3267/containers
138                volumePath: /home/dwalsh/.local/share/containers/storage/volumes
139              version:
140                APIVersion: 3.0.0
141                Built: 1608562922
142                BuiltTime: Mon Dec 21 10:02:02 2020
143                GitCommit: d6925182cdaf94225908a386d02eae8fd3e01123-dirty
144                GoVersion: go1.15.5
145                OsArch: linux/amd64
146                Version: 3.0.0-dev
147
148
149
150
151       Run podman info with JSON formatted response:
152
153
154              {
155                "host": {
156                  "arch": "amd64",
157                  "buildahVersion": "1.19.0-dev",
158                  "cgroupManager": "systemd",
159                  "cgroupVersion": "v2",
160                  "cgroupControllers": [
161                    "cpuset",
162                    "cpu",
163                    "io",
164                    "memory",
165                    "pids"
166                  ],
167                  "conmon": {
168                    "package": "conmon-2.0.22-2.fc33.x86_64",
169                    "path": "/usr/bin/conmon",
170                    "version": "conmon version 2.0.22, commit: 1be6c73605006a85f7ed60b7f76a51e28eb67e01"
171                  },
172                  "cpus": 8,
173                  "distribution": {
174                    "distribution": "fedora",
175                    "version": "33"
176                  },
177                  "eventLogger": "journald",
178                  "hostname": "localhost.localdomain",
179                  "idMappings": {
180                    "gidmap": [
181                      {
182                        "container_id": 0,
183                        "host_id": 3267,
184                        "size": 1
185                      },
186                      {
187                        "container_id": 1,
188                        "host_id": 100000,
189                        "size": 65536
190                      }
191                    ],
192                    "uidmap": [
193                      {
194                        "container_id": 0,
195                        "host_id": 3267,
196                        "size": 1
197                      },
198                      {
199                        "container_id": 1,
200                        "host_id": 100000,
201                        "size": 65536
202                      }
203                    ]
204                  },
205                  "kernel": "5.9.11-200.fc33.x86_64",
206                  "memFree": 894574592,
207                  "memTotal": 16416481280,
208                  "ociRuntime": {
209                    "name": "crun",
210                    "package": "crun-0.16-1.fc33.x86_64",
211                    "path": "/usr/bin/crun",
212                    "version": "crun version 0.16\ncommit: eb0145e5ad4d8207e84a327248af76663d4e50dd\nspec: 1.0.0\n+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL"
213                  },
214                  "os": "linux",
215                  "remoteSocket": {
216                    "path": "/run/user/3267/podman/podman.sock",
217                    "exists": true
218                  },
219                  "security": {
220                    "apparmorEnabled": false,
221                    "capabilities": "CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT",
222                    "rootless": true,
223                    "seccompEnabled": true,
224                    "selinuxEnabled": true
225                  },
226                  "slirp4netns": {
227                    "executable": "/bin/slirp4netns",
228                    "package": "slirp4netns-1.1.4-4.dev.giteecccdb.fc33.x86_64",
229                    "version": "slirp4netns version 1.1.4+dev\ncommit: eecccdb96f587b11d7764556ffacfeaffe4b6e11\nlibslirp: 4.3.1\nSLIRP_CONFIG_VERSION_MAX: 3\nlibseccomp: 2.5.0"
230                  },
231                  "swapFree": 6509203456,
232                  "swapTotal": 12591292416,
233                  "uptime": "264h 13m 12.39s (Approximately 11.00 days)",
234                  "linkmode": "dynamic"
235                },
236                "store": {
237                  "configFile": "/home/dwalsh/.config/containers/storage.conf",
238                  "containerStore": {
239                    "number": 3,
240                    "paused": 0,
241                    "running": 0,
242                    "stopped": 3
243                  },
244                  "graphDriverName": "overlay",
245                  "graphOptions": {
246                    "overlay.mount_program": {
247                "Executable": "/home/dwalsh/bin/fuse-overlayfs",
248                "Package": "Unknown",
249                "Version": "fusermount3 version: 3.9.3\nfuse-overlayfs: version 0.7.2\nFUSE library version 3.9.3\nusing FUSE kernel interface version 7.31"
250              }
251                  },
252                  "graphRoot": "/home/dwalsh/.local/share/containers/storage",
253                  "graphStatus": {
254                    "Backing Filesystem": "extfs",
255                    "Native Overlay Diff": "false",
256                    "Supports d_type": "true",
257                    "Using metacopy": "false"
258                  },
259                  "imageStore": {
260                    "number": 77
261                  },
262                  "runRoot": "/run/user/3267/containers",
263                  "volumePath": "/home/dwalsh/.local/share/containers/storage/volumes"
264                },
265                "registries": {
266                  "search": [
267                "registry.fedoraproject.org",
268                "registry.access.redhat.com",
269                "registry.centos.org",
270                "docker.io"
271              ]
272                },
273                "version": {
274                  "APIVersion": "3.0.0",
275                  "Version": "3.0.0-dev",
276                  "GoVersion": "go1.15.5",
277                  "GitCommit": "d6925182cdaf94225908a386d02eae8fd3e01123-dirty",
278                  "BuiltTime": "Mon Dec 21 10:02:02 2020",
279                  "Built": 1608562922,
280                  "OsArch": "linux/amd64"
281                }
282              }
283
284
285
286       Run podman info and only get the registries information.
287
288
289              $ podman info --format={{".Registries"}}
290              map[registries:[docker.io quay.io registry.fedoraproject.org registry.access.redhat.com]]
291
292
293

SEE ALSO

295       podman(1), containers-registries.conf(5), containers-storage.conf(5)
296
297
298
299                                                              podman-info(1)()
Impressum