Connect container to networks before starting it

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2016-02-02 19:31:49 +00:00
parent 64336615cf
commit 413a55aa71

View File

@ -424,8 +424,8 @@ class Service(object):
return self.start_container(container)
def start_container(self, container):
container.start()
self.connect_container_to_networks(container)
container.start()
return container
def connect_container_to_networks(self, container):