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

Fix race condition in `docker-compose run`
This commit is contained in:
Aanand Prasad 2015-05-18 16:16:31 +01:00
commit 4ef3bbcdf2
1 changed files with 0 additions and 1 deletions

View File

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