Merge pull request #4667 from Hugo-C/doc-zstd

docs: Add zstd as supported in load command
This commit is contained in:
Sebastiaan van Stijn 2023-11-20 19:59:50 +01:00 committed by GitHub
commit 781f243502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Load an image from a tar archive or STDIN
## Description
Load an image or repository from a tar archive (even if compressed with gzip,
bzip2, or xz) from a file or STDIN. It restores both images and tags.
bzip2, xz or zstd) from a file or STDIN. It restores both images and tags.
## Examples