docker-client icon indicating copy to clipboard operation
docker-client copied to clipboard

listTasks should allow list of values in each filter

Open davidxia opened this issue 7 years ago • 1 comments

Description

bug report

How to reproduce

The implementation of listTasks(Task.Criteria) here https://github.com/spotify/docker-client/blob/e1c7d47f778ec9c7e80279ecae812bf2098d4b34/src/main/java/com/spotify/docker/client/DefaultDockerClient.java#L2057 only allows one value for each filter. API docs state the value of each filter can be a list.

What do you expect

Allow a list of strings for each filter.

Software:

  • docker version: API 1.24+
  • Spotify's docker-client version: all

davidxia avatar Oct 04 '18 20:10 davidxia

I think you can close this (copied to https://github.com/dmandalidis/docker-client/issues/1)

dmandalidis avatar Oct 01 '19 20:10 dmandalidis