mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Merge pull request #1446 from aanand/fix-create-logging
Fix missing logging on container creation
This commit is contained in:
commit
93c529182e
@ -215,6 +215,9 @@ class Service(object):
|
||||
previous_container=previous_container,
|
||||
)
|
||||
|
||||
if 'name' in container_options:
|
||||
log.info("Creating %s..." % container_options['name'])
|
||||
|
||||
return Container.create(self.client, **container_options)
|
||||
|
||||
def ensure_image_exists(self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user