clibdocker
0.1.0-alpha.0
A Docker API for C
|
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>
Data Fields | |
char * | status |
a status message from the docker api | |
char * | id |
image id | |
char * | progress |
progress description | |
docker_progress_detail * | progress_detail |
progress detail (provides current and total steps) | |
Docker Image Creation Status is returned when creating a docker image. It is useful for a user facing application to show creation progress.