mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06:43 +08:00

when obtaining the inspect information for a container through varlink, we need to extract more container related information by parsing the data through the method 'GetCtrInspectInfo' which was previously only in podman's main. Signed-off-by: baude <bbaude@redhat.com> Closes: #866 Approved by: rhatdan
podman - Simple debugging tool for pods and images
podman is a daemonless container runtime for managing containers, pods, and container images. It is intended as a counterpart to CRI-O, to provide low-level debugging not available through the CRI interface used by Kubernetes. It can also act as a container runtime independent of CRI-O, creating and managing its own set of containers.
Use cases
- Create containers
- Start, stop, signal, attach to, and inspect existing containers
- Run new commands in existing containers
- Push and pull images
- List and inspect existing images
- Create new images by committing changes within a container
- Create pods
- Start, stop, signal, and inspect existing pods
- Populate pods with containers