diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-08 17:03:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 17:03:59 +0100 |
commit | f378e82e2d57ee60e5b0f973eb1ea2ee3a760428 (patch) | |
tree | fb1f4a9e5a652c0be8ea98595e4e1c70712cdce1 /docs/source/markdown/podman-load.1.md | |
parent | 9e12f6354c4997a7eed241e03dcf2875db20e197 (diff) | |
parent | cb51707f91e683323ba61fca49363a997ed1be1f (diff) | |
download | podman-f378e82e2d57ee60e5b0f973eb1ea2ee3a760428.tar.gz podman-f378e82e2d57ee60e5b0f973eb1ea2ee3a760428.tar.bz2 podman-f378e82e2d57ee60e5b0f973eb1ea2ee3a760428.zip |
Merge pull request #5412 from rhatdan/tmpdir
Allow users to set TMPDIR environment
Diffstat (limited to 'docs/source/markdown/podman-load.1.md')
-rw-r--r-- | docs/source/markdown/podman-load.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-load.1.md b/docs/source/markdown/podman-load.1.md index deb4fb5ec..917f102f6 100644 --- a/docs/source/markdown/podman-load.1.md +++ b/docs/source/markdown/podman-load.1.md @@ -30,6 +30,8 @@ Read from archive file, default is STDIN. The remote client requires the use of this option. +NOTE: Use the environment variable `TMPDIR` to change the temporary storage location of container images. Podman defaults to use `/var/tmp`. + **--quiet**, **-q** Suppress the progress output |