Merge pull request #3036 from JesusTinoco/master

Display in the log output the name of those containers created using …
This commit is contained in:
Aanand Prasad 2016-02-29 15:17:14 -08:00
commit 210856179d
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,7 @@ class Service(object):
parallel_execute(
container_numbers,
lambda n: create_and_start(service=self, number=n),
lambda n: n,
lambda n: self.get_container_name(n),
"Creating and starting"
)