Merge pull request #5362 from docker/garribas-4801-progress-markers

Fix CLI status messages
This commit is contained in:
Joffrey F 2017-11-09 15:02:14 -08:00 committed by GitHub
commit f855ed405b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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