![]() |
![]()
| ![]() |
![]()
NAMEbuildah-info - Display Buildah system information. SYNOPSISbuildah info [options] DESCRIPTIONThe information displayed pertains to the host and current storage statistics which is useful when reporting issues. OPTIONS--debug, -d Show additional information. --format template Use template as a Go template when formatting the output. EXAMPLERun buildah info response: $ buildah info { Run buildah info and retrieve only the store information: $ buildah info --format={{".store"}} map[GraphOptions:[overlay.override_kernel_check=true] GraphStatus:map[Backing Filesystem:extfs Supports d_type:true Native Overlay Diff:true] ImageStore:map[number:1] ContainerStore:map[number:2] GraphRoot:/var/lib/containers/storage RunRoot:/run/containers/storage GraphDriverName:overlay] SEE ALSObuildah(1)
|