We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e561d84 commit 9ee8cd5Copy full SHA for 9ee8cd5
1 file changed
web/docs/wings/configuration.md
@@ -1010,6 +1010,22 @@ Default value:
1010
registries: {}
1011
```
1012
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
1025
1026
+duration: 300
1027
1028
1029
### docker.tmpfs_size
1030
The size (in `MiB`) of the `/tmp` directory mounted as a tmpfs in containers.
1031
0 commit comments