瀏覽代碼

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']: