diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-03-06 07:39:32 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-03-06 10:21:37 -0500 |
commit | cb51707f91e683323ba61fca49363a997ed1be1f (patch) | |
tree | 360c31e8e4d34083f02798cd51ad0ffc435f3b80 /docs/source/markdown/podman-create.1.md | |
parent | f07e18f05c07026e4544788a1359122c81adcde7 (diff) | |
download | podman-cb51707f91e683323ba61fca49363a997ed1be1f.tar.gz podman-cb51707f91e683323ba61fca49363a997ed1be1f.tar.bz2 podman-cb51707f91e683323ba61fca49363a997ed1be1f.zip |
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 <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 3c5f81764..23106fe76 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -1066,6 +1066,8 @@ b **/etc/subuid** **/etc/subgid** +NOTE: Use the environment variable `TMPDIR` to change the temporary storage location of downloaded container images. Podman defaults to use `/var/tmp`. + ## SEE ALSO subgid(5), subuid(5), libpod.conf(5), systemd.unit(5), setsebool(8), slirp4netns(1), fuse-overlayfs(1) |