From f387558b55811f50405000e9dcc697b3eff401f1 Mon Sep 17 00:00:00 2001 From: Hugo Chastel Date: Mon, 20 Nov 2023 19:14:05 +0100 Subject: [PATCH] Add zstd as supported in load command doc Signed-off-by: Hugo Chastel --- docs/reference/commandline/load.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/load.md b/docs/reference/commandline/load.md index c7e9316b1c..098af0a243 100644 --- a/docs/reference/commandline/load.md +++ b/docs/reference/commandline/load.md @@ -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