We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2b797 commit 48d72f6Copy full SHA for 48d72f6
docker/constants.py
@@ -1,4 +1,4 @@
1
-DEFAULT_DOCKER_API_VERSION = '1.19'
+DEFAULT_DOCKER_API_VERSION = '1.20'
2
DEFAULT_TIMEOUT_SECONDS = 60
3
STREAM_HEADER_SIZE_BYTES = 8
4
CONTAINER_LIMITS_KEYS = [
tests/integration_test.py
@@ -279,7 +279,6 @@ def test_ro(self):
279
logs = logs.decode('utf-8')
280
self.assertIn(self.filename, logs)
281
282
- self.assertIn(self.filename, logs)
283
inspect_data = self.client.inspect_container(container)
284
self.check_container_data(inspect_data, False)
285
0 commit comments