Merge pull request #701 from bersace/master

Respect --allow-insecure-ssl option for dependencies
This commit is contained in:
Ben Firshman 2014-12-08 08:46:30 -08:00
commit 1033439e63
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ class TopLevelCommand(Command):
service_names=deps,
start_links=True,
recreate=False,
insecure_registry=insecure_registry,
)
tty = True