mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #12255 from vrothberg/fix-11970
podman load: support downloading files
This commit is contained in:
@ -28,7 +28,7 @@ Note: `:` is a restricted character and cannot be part of the file name.
|
||||
|
||||
#### **--input**, **-i**=*input*
|
||||
|
||||
Read from archive file, default is STDIN.
|
||||
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)
|
||||
|
||||
The remote client requires the use of this option.
|
||||
|
||||
@ -49,7 +49,7 @@ $ podman load --quiet -i fedora.tar
|
||||
```
|
||||
|
||||
```
|
||||
$ podman load -q -i fedora.tar
|
||||
$ podman load -q -i https://server.com/archive.tar
|
||||
```
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user