docfix: storage.overlay.pull_options should be storage.options.pull_options

Signed-off-by: Albin Vass <git@mail.albinvass.com>
This commit is contained in:
Albin Vass 2025-06-08 13:26:41 +02:00 committed by Miloslav Trmač
parent e1679c1222
commit 4e14f8e4f6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ At the time of this writing, support for this is enabled by default in the code.
You can explicitly enable or disable zstd:chunked with following changes to `containers-storage.conf`: You can explicitly enable or disable zstd:chunked with following changes to `containers-storage.conf`:
``` ```
[storage.overlay.pull_options] [storage.options.pull_options]
enable_partial_images = "true" | "false" enable_partial_images = "true" | "false"
``` ```