Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nalin Dahyabhai <nalin@redhat.com>
  • Loading branch information
rhatdan and nalind committed May 16, 2022
1 parent fceca01 commit e78040d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/containers-storage.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,26 @@ The `storage.options` table supports the following options:
**pull_options** = {enable_partial_images = "false", enable_host_deduplication = "false", use_hard_links = "false", ostree_repos=""}

Allows specification of how storage is populated when pulling images. This
option can speed the pulling process of zstd images. Container/storage looks for
files within images that are being pulled from a container registry were
previously pulled to the host. When it finds them it can copy or create a hard
link to the existing file elimintating the need to pull them from the container
option can speed the pulling process of zstd images. Containers/storage looks for
files within images that are being pulled from a container registry which were
previously pulled to the host. When it finds them, it can copy or create a hard
link to the existing file, eliminating the need to pull them from the 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 4 keys
* enable_partial_images="true" | "false"
Tells container/storage to look for files previousy pulled in storage
rather then pull them from container/registry.
Tells containers/storage to look for files previously pulled in storage
rather then always pulling them from the container registry.
* use_hard_links = "false" | "true"
Tells container/storage to use hard links rather then create new files in
the image, if file already existed in storage.
Tells containers/storage to use hard links rather then create new files in
the image, if an identical file already existed in storage.
* enable_host_deduplication = "false" | "true"
Tells container/storage to use files from /usr in addition to files in other
images, rather then pulling image from container registry.
Tells containers/storage to search for files under /usr in addition to files in other
images when attempting to avoid pulling files from the container registry.
* ostree_repos = ""
Tells container/storage where an ostree_repo exists that might have
previously pulled content to use rather then pull content from container
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

**remap-uids=**""
Expand Down

0 comments on commit e78040d

Please sign in to comment.