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.
2 parents f4c881f + aaeb6c1 commit 47ab89eCopy full SHA for 47ab89e
tests/integration/container_test.py
@@ -91,7 +91,7 @@ def test_create_with_links(self):
91
res2 = self.client.create_container(
92
BUSYBOX, 'env', host_config=self.client.create_host_config(
93
links={link_path1: link_alias1, link_path2: link_alias2},
94
- network_mode='none'
+ network_mode='bridge'
95
)
96
97
container3_id = res2['Id']
0 commit comments