Win32 interactive run - Connect container to networks before starting

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-12-02 16:10:15 -08:00
parent 466ebb6cc1
commit 6aacf51427

View File

@ -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(