mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
add page tocs and missing defaults
This commit is contained in:
parent
e109b9345f
commit
e2874642e1
@ -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 -->
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Setup
|
title: Setup
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{< toc >}}
|
||||||
|
|
||||||
## Pip
|
## Pip
|
||||||
|
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user