Skip to content

Commit 9ee8cd5

Browse files
committed
add new wings config options
1 parent e561d84 commit 9ee8cd5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

web/docs/wings/configuration.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,22 @@ Default value:
10101010
registries: {}
10111011
```
10121012

1013+
### docker.registry_image_fetch_cache.enabled
1014+
Whether to enable caching of image metadata (e.g., digests, tags) from Docker registries to reduce API calls and speed up repeated server starts.
1015+
1016+
Default value:
1017+
```yaml
1018+
enabled: true
1019+
```
1020+
1021+
### docker.registry_image_fetch_cache.duration
1022+
The duration (in seconds) that cached image metadata is considered valid before it is refreshed with a new request to the Docker registry.
1023+
1024+
Default value:
1025+
```yaml
1026+
duration: 300
1027+
```
1028+
10131029
### docker.tmpfs_size
10141030
The size (in `MiB`) of the `/tmp` directory mounted as a tmpfs in containers.
10151031

0 commit comments

Comments
 (0)