dockerclient
dockerclient copied to clipboard
New method to list containers (with missing parameters)
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.
can you also add the new method to the interface in interface.go and to the mock in mockclient/mock.go?