dsdk / v1.47 / ContainerListData
Type Alias: ContainerListData ​
ContainerListData:
object
Type declaration ​
| Name | Type | Description |
|---|---|---|
query? | object | - |
query.all? | boolean | Return all containers. By default, only running containers are shown. |
query.filters? | string | Filters to process on the container list, encoded as JSON (a map[string][]string). For example, {"status": ["paused"]} will only return paused containers. Available filters: - ancestor=(<image-name>[:<tag>], <image id>, or <image@digest>) - before=(<container id> or <container name>) - expose=(<port>[/<proto>] |
query.limit? | number | Return this number of most recently created containers, including non-running ones. |
query.size? | boolean | Return the size of container as fields SizeRw and SizeRootFs. |