From cb51707f91e683323ba61fca49363a997ed1be1f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 6 Mar 2020 07:39:32 -0500 Subject: Allow users to set TMPDIR environment Some users have small /var/tmp directories and need to be able to specify a different location for temporary files, which includes more space. Signed-off-by: Daniel J Walsh --- docs/source/markdown/podman-load.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/source/markdown/podman-load.1.md') 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 -- cgit v1.2.3-54-g00ecf