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={
|
params={
|
||||||
'all': 1,
|
'all': 1,
|
||||||
'since': None,
|
'since': None,
|
||||||
|
'size': 0,
|
||||||
'limit': -1,
|
'limit': -1,
|
||||||
'trunc_cmd': 1,
|
'trunc_cmd': 1,
|
||||||
'before': None
|
'before': None
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue