mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
[CI:DOCS] Update podman load doc
Update podman load doc to mention support for loading in compressed files. Add an example command as well. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
@ -32,7 +32,7 @@ Print usage statement
|
||||
|
||||
#### **--input**, **-i**=*input*
|
||||
|
||||
Load the specified input file instead of from stdin. The file can be on the local file system or on a server (e.g., https://server.com/archive.tar)
|
||||
Load the specified input file instead of from stdin. The file can be on the local file system or on a server (e.g., https://server.com/archive.tar). Also supports loading in compressed files.
|
||||
|
||||
The remote client, including Mac and Windows (excluding WSL2) machines, requires the use of this option.
|
||||
|
||||
@ -45,7 +45,7 @@ Suppress the progress output
|
||||
## EXAMPLES
|
||||
|
||||
```
|
||||
$ podman load --quiet -i fedora.tar
|
||||
$ podman load --quiet -i fedora.tar.gz
|
||||
```
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user