mirror of https://github.com/docker/docker-py.git
get size from Client.containers
This commit is contained in:
parent
a2f0f1b2dd
commit
ea728c1bd5
|
|
@ -159,6 +159,7 @@ class DockerClientTest(unittest.TestCase):
|
|||
params={
|
||||
'all': 1,
|
||||
'since': None,
|
||||
'size': 0,
|
||||
'limit': -1,
|
||||
'trunc_cmd': 1,
|
||||
'before': None
|
||||
|
|
|
|||
Loading…
Reference in New Issue