Add zstd as supported in load command doc

Signed-off-by: Hugo Chastel <Hugo-C@users.noreply.github.com>
This commit is contained in:
Hugo Chastel 2023-11-20 19:14:05 +01:00 committed by Hugo-C
parent 45f62dba0e
commit f387558b55
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