add page tocs and missing defaults

This commit is contained in:
Robert Kaussow 2020-03-15 13:30:37 +01:00
parent e109b9345f
commit e2874642e1
3 changed files with 17 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Changes can be made on different locations which will be processed in the follow
* environment variables * environment variables
* cli options * cli options
{{< toc >}}
## Default settings ## Default settings
<!-- markdownlint-disable --> <!-- markdownlint-disable -->
@ -19,6 +21,7 @@ Changes can be made on different locations which will be processed in the follow
--- ---
# don't do anything # don't do anything
dry_run: False dry_run: False
http_timeout: 60
logging: logging:
# possible options debug | info | warning | error | critical # possible options debug | info | warning | error | critical
@ -26,6 +29,16 @@ logging:
# you can enable json logging if a parsable output is required # you can enable json logging if a parsable output is required
json: False json: False
gc:
max_container_age:
max_image_age:
dangling_volumes: false
exclude_images: []
exclude_container_labels: []
stop:
max_run_time:
prefix: []
{{< /highlight >}} {{< /highlight >}}
<!-- markdownlint-enable --> <!-- markdownlint-enable -->

View File

@ -2,6 +2,8 @@
title: Setup title: Setup
--- ---
{{< toc >}}
## Pip ## Pip
<!-- markdownlint-disable --> <!-- markdownlint-disable -->

View File

@ -2,6 +2,8 @@
title: Usage title: Usage
--- ---
{{< toc >}}
## Garbage Collector ## Garbage Collector
Remove old docker containers and docker images. Remove old docker containers and docker images.