Merge pull request #20191 from umohnani8/load

[CI:DOCS] Update podman load doc
This commit is contained in:
OpenShift Merge Robot 2023-09-28 21:16:55 -04:00 committed by GitHub
commit fff4e2f0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
```