DockerContainerInfo

struct holding info about a container

Members

Variables

id
string id;

the id of the container

image
string image;

the image name of the container

name
string name;

the name of the container

status
string status;

the status of the container (Exited or Created)

Meta