Fix duplicate logging on up/run
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
417e6ce0c9
commit
f59b43ac27
2 changed files with 4 additions and 1 deletions
|
|
@ -336,6 +336,7 @@ class TopLevelCommand(Command):
|
|||
container_options['ports'] = []
|
||||
|
||||
container = service.create_container(
|
||||
quiet=True,
|
||||
one_off=True,
|
||||
insecure_registry=insecure_registry,
|
||||
**container_options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue