Kpod inspect displays configuration information for an image or container. This includes information such as the creation date, how the container or image is stored on disk, and the state of a running container. If a container and image have the same name, kpod inspect will display the container information, unless the ‘ — type’ flag is set. By default, information is outputted as JSON, but this can be overridden by the — format flag. To report the size of the container in addition to all of its other information, the — size flag can be provided.