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 81edb39 + 6fa76e0 commit 5c1c423Copy full SHA for 5c1c423
tests/integration/api_test.py
@@ -49,7 +49,7 @@ def test_remove_link(self):
49
50
container2 = self.client.create_container(
51
helpers.BUSYBOX, 'cat', host_config=self.client.create_host_config(
52
- links={link_path: link_alias}, network_mode='none'
+ links={link_path: link_alias}
53
)
54
55
container2_id = container2['Id']
0 commit comments