88# /usr/containers/storage.conf
99# /etc/containers/storage.conf
1010# $HOME/.config/containers/storage.conf
11- # $XDG_CONFIG_HOME/containers/storage.conf (If XDG_CONFIG_HOME is set)
11+ # $XDG_CONFIG_HOME/containers/storage.conf (if XDG_CONFIG_HOME is set)
1212# See man 5 containers-storage.conf for more information
13- # The "container storage" table contains all of the server options.
13+ # The "storage" table contains all of the server options.
1414[storage]
1515
16- # Default Storage Driver, Must be set for proper operation.
16+ # Default storage driver, must be set for proper operation.
1717driver = "overlay"
1818
1919# Temporary storage location
@@ -24,8 +24,8 @@ runroot = "/run/containers/storage"
2424# driver_priority = ["overlay", "btrfs"]
2525
2626# Primary Read/Write location of container storage
27- # When changing the graphroot location on an SELINUX system, you must
28- # ensure the labeling matches the default locations labels with the
27+ # When changing the graphroot location on an SELinux system, you must
28+ # ensure the labeling matches the default location's labels with the
2929# following commands:
3030# semanage fcontext -a -e /var/lib/containers/storage /NEWSTORAGEPATH
3131# restorecon -R -v /NEWSTORAGEPATH
@@ -54,14 +54,14 @@ graphroot = "/var/lib/containers/storage"
5454additionalimagestores = [
5555]
5656
57- # Options controlling how storage is populated when pulling images.
57+ # Options controlling how storage is populated when pulling images.
5858[storage.options.pull_options]
5959# Enable the "zstd:chunked" feature, which allows partial pulls, reusing
60- # content that already exists on the system. This is enabled by default,
61- # but can be explicitly disabled . For more on zstd:chunked, see
60+ # content that already exists on the system. This is disabled by default,
61+ # and must be explicitly enabled to be used . For more on zstd:chunked, see
6262# https://github.com/containers/storage/blob/main/docs/containers-storage-zstd-chunked.md
6363# This is a "string bool": "false" | "true" (cannot be native TOML boolean)
64- # enable_partial_images = "true "
64+ # enable_partial_images = "false "
6565
6666# Tells containers/storage to use hard links rather then create new files in
6767# the image, if an identical file already existed in storage.
0 commit comments