Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: flouthoc <flouthoc@users.noreply.github.com>
  • Loading branch information
rhatdan and flouthoc committed May 17, 2022
1 parent 52de318 commit 6617938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/containers-storage.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ 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. Containers/storage looks
option can speed the pulling process of images compressed with format zstd:chunked. 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
Expand Down
4 changes: 2 additions & 2 deletions storage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ additionalimagestores = [
]

# Allows specification of how storage is populated when pulling images. This
# option can speed the pulling process of zstd images. Container/storage looks for
# option can speed the pulling process of images compressed with format zstd:chunked. 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
# registry. These options can deduplicate pulling of content, disk storage of
# content and can allow the kernel to use less memory when running containers.

# Allows specification of how storage is populated when pulling images. This
# option can speed the pulling process of zstd images. Containers/storage looks
# option can speed the pulling process of images compressed with zstd:chunked. 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
Expand Down

0 comments on commit 6617938

Please sign in to comment.