diff --git a/docs/containers-storage.conf.5.md b/docs/containers-storage.conf.5.md index 3950b8671a..53113ecb40 100644 --- a/docs/containers-storage.conf.5.md +++ b/docs/containers-storage.conf.5.md @@ -95,7 +95,7 @@ container registry. These options can deduplicate pulling of content, disk storage of content and can allow the kernel to use less memory when running containers. -containers/storage supports three keys +containers/storage supports four keys * enable_partial_images="true" | "false" Tells containers/storage to look for files previously pulled in storage rather then always pulling them from the container registry. @@ -107,7 +107,7 @@ containers/storage supports three keys previously pulled content which can be used when attempting to avoid pulling content from the container registry * convert_images = "false" | "true" - If set to true, containers/storage will convert images to the a format compatible with + If set to true, containers/storage will convert images to a format compatible with partial pulls in order to take advantage of local deduplication and hardlinking. It is an expensive operation so it is not enabled by default. diff --git a/storage.conf b/storage.conf index 0bb324c506..924e8f13a5 100644 --- a/storage.conf +++ b/storage.conf @@ -59,7 +59,7 @@ additionalimagestores = [ # can deduplicate pulling of content, disk storage of content and can allow the # kernel to use less memory when running containers. -# containers/storage supports three keys +# containers/storage supports four keys # * enable_partial_images="true" | "false" # Tells containers/storage to look for files previously pulled in storage # rather then always pulling them from the container registry. @@ -70,6 +70,11 @@ additionalimagestores = [ # Tells containers/storage where an ostree repository exists that might have # previously pulled content which can be used when attempting to avoid # pulling content from the container registry +# * convert_images = "false" | "true" +# If set to true, containers/storage will convert images to a +# format compatible with partial pulls in order to take advantage +# of local deduplication and hard linking. It is an expensive +# operation so it is not enabled by default. pull_options = {enable_partial_images = "true", use_hard_links = "false", ostree_repos=""} # Remap-UIDs/GIDs is the mapping from UIDs/GIDs as they should appear inside of