dockerclient icon indicating copy to clipboard operation
dockerclient copied to clipboard

New method to list containers (with missing parameters)

Open gdevillele opened this issue 9 years ago • 1 comments

I left the existing "client.ListContainers" method but created a "client. client.ListContainersWithOptions" method. It does the same thing, but allows 3 additional parameters to be provided : "limit", "since" and "before". The goal is to have the same options than in the docker CLI.

gdevillele avatar May 21 '15 19:05 gdevillele

can you also add the new method to the interface in interface.go and to the mock in mockclient/mock.go?

donhcd avatar Jul 17 '15 09:07 donhcd