Function: containerList() ​
containerList(
opts
):Promise
<ContainerListResponse
>
List containers
Returns a list of containers. For details on the format, see the inspect endpoint.
Note that it uses a different, smaller representation of a container than inspecting a single container. For example, the list of linked containers is not propagated .
Parameters ​
Parameter | Type |
---|---|
|
Returns ​
Promise
<ContainerListResponse
>