mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
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č <mitr@redhat.com>
This commit is contained in:
@ -9,7 +9,7 @@ podman\-import - Import a tarball and save it as a filesystem image
|
|||||||
**podman image import** [*options*] *path* [*reference*]
|
**podman image import** [*options*] *path* [*reference*]
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
**podman import** imports a tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz)
|
**podman import** imports a tarball (possibly compressed using Gzip, Bzip2, XZ or Zstd)
|
||||||
and saves it as a filesystem image. Remote tarballs can be specified using a URL.
|
and saves it as a filesystem image. Remote tarballs can be specified using a URL.
|
||||||
Various image instructions can be configured with the **--change** flag and
|
Various image instructions can be configured with the **--change** flag and
|
||||||
a commit message can be set using the **--message** flag.
|
a commit message can be set using the **--message** flag.
|
||||||
|
Reference in New Issue
Block a user