Set logging driver default, fix help
This commit is contained in:
parent
befc63304a
commit
9748f9bac9
2
main.py
2
main.py
|
@ -143,7 +143,7 @@ class PodKeeper:
|
||||||
|
|
||||||
@click.command()
|
@click.command()
|
||||||
@click.option("--network", default="brodge", help="Network for the created pod")
|
@click.option("--network", default="brodge", help="Network for the created pod")
|
||||||
@click.option("--log-driver", default="", help="Network for the created pod")
|
@click.option("--log-driver", default="journald", help="Logging driver for the created pod")
|
||||||
@click.option("--replace/--no-replace", default=True, help="Controls replacement of previously running pod with the "
|
@click.option("--replace/--no-replace", default=True, help="Controls replacement of previously running pod with the "
|
||||||
"same name")
|
"same name")
|
||||||
@click.option("--remove/--keep", default=True, help="Controls removal of pod after stopping")
|
@click.option("--remove/--keep", default=True, help="Controls removal of pod after stopping")
|
||||||
|
|
Loading…
Reference in a new issue