Reverting zstd change to containers.conf

Simple revert c184cbd where zstd chunked was made to the default
compression.  Revert from zstd to gzip.  Add comment back as well.
This commit is contained in:
Brent Baude 2023-11-09 09:38:40 -06:00
parent b01ce88009
commit cc0c7e8d15

View File

@ -420,7 +420,7 @@ log_driver = "journald"
# The compression format to use when pushing an image. # The compression format to use when pushing an image.
# Valid options are: `gzip`, `zstd` and `zstd:chunked`. # Valid options are: `gzip`, `zstd` and `zstd:chunked`.
# #
compression_format = "zstd:chunked" #compression_format = "gzip"
# The compression level to use when pushing an image. # The compression level to use when pushing an image.
# Valid options depend on the compression format used. # Valid options depend on the compression format used.