1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Merge pull request from shin-/4212-interactive-connect

Win32 interactive run - Connect container to networks before starting
This commit is contained in:
Aanand Prasad 2016-12-08 13:41:33 +00:00 committed by GitHub
commit 599b29e405

@ -988,6 +988,7 @@ def run_one_off_container(container_options, project, service, options):
try:
try:
if IS_WINDOWS_PLATFORM:
service.connect_container_to_networks(container)
exit_code = call_docker(["start", "--attach", "--interactive", container.id])
else:
operation = RunOperation(