We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571e0d5 commit 3872293Copy full SHA for 3872293
docs/source/markdown/podman-import.1.md
@@ -9,7 +9,7 @@ podman\-import - Import a tarball and save it as a filesystem image
9
**podman image import** [*options*] *path* [*reference*]
10
11
## DESCRIPTION
12
-**podman import** imports a tarball (.tar, .tar.gz, .tgz)
+**podman import** imports a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz)
13
and saves it as a filesystem image. Remote tarballs can be specified using a URL.
14
Various image instructions can be configured with the **--change** flag and
15
a commit message can be set using the **--message** flag.
0 commit comments