Kaydet (Commit) 6fa76e01 authored tarafından wenchma's avatar wenchma

Remove the network mode to support linkable cantainers check

Partially related to issue #21080
Signed-off-by: 's avatarWen Cheng Ma <wenchma@cn.ibm.com>
üst 81edb398
...@@ -49,7 +49,7 @@ class LinkTest(helpers.BaseTestCase): ...@@ -49,7 +49,7 @@ class LinkTest(helpers.BaseTestCase):
container2 = self.client.create_container( container2 = self.client.create_container(
helpers.BUSYBOX, 'cat', host_config=self.client.create_host_config( helpers.BUSYBOX, 'cat', host_config=self.client.create_host_config(
links={link_path: link_alias}, network_mode='none' links={link_path: link_alias}
) )
) )
container2_id = container2['Id'] container2_id = container2['Id']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment