From e1c1c79b2fafa89f8c0b6a898a35cfdf158bcd62 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Mon, 19 Sep 2022 18:02:21 +0300 Subject: [PATCH] Update Container Management reference guide #104 - remove code formatting from image_expiry example Signed-off-by: Dimitar Dimitrov --- .../docs/references/containers/container-manager-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/site/content/docs/references/containers/container-manager-config.md b/web/site/content/docs/references/containers/container-manager-config.md index ba0fda83..45fb6cc5 100644 --- a/web/site/content/docs/references/containers/container-manager-config.md +++ b/web/site/content/docs/references/containers/container-manager-config.md @@ -25,7 +25,7 @@ To control all aspects of the container manager behavior. | image_dec_keys | string[] | | Private keys (GPG private key ring, JWE or PKCS7) used for decrypting container images, the format is: `filepath_private_key[:password]` | | image_dec_recipients | string[] | | Recipients (only for PKCS7 and must be an x509) used for decrypting container images, the format is: `pkcs7:filepath_x509_certificate` | | runc_runtime | string | io.containerd.runc.v2 | Runc communication mode, the possible values are: io.containerd.runtime.v1.linux, io.containerd.runc.v1 and io.containerd.runc.v2 | -| image_expiry | string | 744h | Time period for the cached images and content to be kept in the form of e.g. `72h3m0.5s` | +| image_expiry | string | 744h | Time period for the cached images and content to be kept in the form of e.g. 72h3m0.5s | | image_expiry_disable | bool | false | Disable expiry management of cached images and content, must be used with caution as it may lead to large memory volumes being persistently allocated | | **Registry access - secure** | | | | | user_id | string | | User unique identifier to authenticate to the image registry |