mirror of https://github.com/docker/cli.git
Add zstd as supported in load command doc
Signed-off-by: Hugo Chastel <Hugo-C@users.noreply.github.com>
(cherry picked from commit f387558b55
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
55cec698b7
commit
13a7d571a1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue