The DockerHostMA:getDockerImages Method
The DockerHostMA:getDockerImages method returns information of the Docker image.
Returns
| Name | Type | Description |
|---|---|---|
| ImageId | String | The ID of the Docker image |
| ParentId | String | The ID of the parent Docker image |
| RepoTags | String | List of repository names or tags for the Docker image |
| Created | String | Date when the Docker image created |
| Size | Long | Size of the Docker image |
| VirtualSize | Long | Virtual size of Docker image |
| OS | String | Base operating system of the Docker image |
| Architecture | String | Architecture of the base operating system |
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.
