Kaydet (Commit) 5c1c4239 authored tarafından Daniel Nephin's avatar Daniel Nephin

Merge pull request #997 from wenchma/21080-net_link

Remove the network mode to support linkable cantainers check
......@@ -49,7 +49,7 @@ class LinkTest(helpers.BaseTestCase):
container2 = self.client.create_container(
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']
......
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