mirror of https://github.com/docker/compose.git
Merge pull request #5362 from docker/garribas-4801-progress-markers
Fix CLI status messages
This commit is contained in:
commit
f855ed405b
|
@ -514,7 +514,6 @@ class Service(object):
|
|||
volumes can be copied to the new container, before the original
|
||||
container is removed.
|
||||
"""
|
||||
log.info("Recreating %s" % container.name)
|
||||
|
||||
container.stop(timeout=self.stop_timeout(timeout))
|
||||
container.rename_to_tmp_name()
|
||||
|
|
Loading…
Reference in New Issue