Get information about the docker container with the specified name.
(dockerName string, query *info.ContainerInfoRequest)
| 125 | |
| 126 | // Get information about the docker container with the specified name. |
| 127 | DockerContainer(dockerName string, query *info.ContainerInfoRequest) (info.ContainerInfo, error) |
| 128 | |
| 129 | // Get information about the podman containers (by container name) of an instance. |
| 130 | AllPodmanContainers(query *info.ContainerInfoRequest) (map[string]info.ContainerInfo, error) |
no outgoing calls