clibdocker  0.1.0-alpha.0
A Docker API for C
Data Fields
docker_image_create_status_t Struct Reference

Docker Image Creation Status is returned when creating a docker image. It is useful for a user facing application to show creation progress. More...

#include <docker_images.h>

Collaboration diagram for docker_image_create_status_t:
Collaboration graph
[legend]

Data Fields

char * status
 a status message from the docker api
 
char * id
 image id
 
char * progress
 progress description
 
docker_progress_detailprogress_detail
 progress detail (provides current and total steps)
 

Detailed Description

Docker Image Creation Status is returned when creating a docker image. It is useful for a user facing application to show creation progress.


The documentation for this struct was generated from the following file: