Skip to content

Commit 0a0c8ad

Browse files
committed
Improve the file format documentation of podman-import.
- Bzip2, not bzip - Add Zstd - List compression algorithms, not file extensions, to decrease redundancy (and because the code doesn't actually rely on file extensions) Signed-off-by: Miloslav Trmač <[email protected]>
1 parent 3872293 commit 0a0c8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/podman-import.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ podman\-import - Import a tarball and save it as a filesystem image
99
**podman image import** [*options*] *path* [*reference*]
1010

1111
## DESCRIPTION
12-
**podman import** imports a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz)
12+
**podman import** imports a tarball (possibly compressed using Gzip, Bzip2, XZ or Zstd)
1313
and saves it as a filesystem image. Remote tarballs can be specified using a URL.
1414
Various image instructions can be configured with the **--change** flag and
1515
a commit message can be set using the **--message** flag.

0 commit comments

Comments
 (0)