April 2017
Beginner
404 pages
9h 30m
English
Listing containers is one of the most common operation which lists the containers available on the container host. To get a list of all containers running on the container, append containers/json?all=1 to the base URL as:
http://musicstorehost.cloudapp.net:2375/v1.24/containers/json?all=1
We can further filter the results using the query parameter options as shown in the following table:
| Query parameter | Data type | Default | Description |
| All | boolean (0/1) | 0 (false) | Returns all containers, by default only running containers are shown. |
| Limit | Int | - | Limits the list to value provided, including the non-running containers. |
| Size | boolean | false | Return the size of the container as fields. |
| Filters | String | Filters the results ... |
Read now
Unlock full access