ソースを参照

Merge pull request #1415 from aanand/fix-run-race-condition

Fix race condition in `docker-compose run`
Aanand Prasad 10 年 前
コミット
4ef3bbcdf2
1 ファイル変更0 行追加1 行削除
  1. 0 1
      compose/cli/main.py

+ 0 - 1
compose/cli/main.py

@@ -341,7 +341,6 @@ class TopLevelCommand(Command):
             service.start_container(container)
             print(container.name)
         else:
-            service.start_container(container)
             dockerpty.start(project.client, container.id, interactive=not options['-T'])
             exit_code = container.wait()
             if options['--rm']: