get List
suspend fun getList(all: Boolean = false, limit: Int? = null, size: Boolean = false, filters: Map<String, List<String>>? = null): Result<List<ContainerSummary>, ErrorResponse>
List containers
Returns a list of containers. For details on the format, see the #operation/ContainerInspect. 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.