Skip to content

Commit

Permalink
Merge pull request #20191 from umohnani8/load
Browse files Browse the repository at this point in the history
[CI:DOCS] Update podman load doc
  • Loading branch information
openshift-merge-robot authored Sep 29, 2023
2 parents 26ae0ba + ecd7b38 commit fff4e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-load.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -45,7 +45,7 @@ Suppress the progress output
## EXAMPLES

```
$ podman load --quiet -i fedora.tar
$ podman load --quiet -i fedora.tar.gz
```

```
Expand Down

0 comments on commit fff4e2f

Please sign in to comment.