diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-09-26 09:29:09 +0200 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-09-26 09:29:09 +0200 |
| commit | a76c09b58b4c93cf87289c24630cce62b9a7f723 (patch) | |
| tree | 701157422781a86728b58a30f794d75dd703d05a | |
| parent | 34d67b9999b109bd8f1b05bf644d9f32f4b5bbaa (diff) | |
| download | sleipner-a76c09b58b4c93cf87289c24630cce62b9a7f723.tar.gz | |
podman: set tmp dir to ram instead of my tiny root partition
| -rw-r--r-- | etc/containers/containers.conf.d/tmpdir.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/containers/containers.conf.d/tmpdir.conf b/etc/containers/containers.conf.d/tmpdir.conf new file mode 100644 index 0000000..5f4a66b --- /dev/null +++ b/etc/containers/containers.conf.d/tmpdir.conf @@ -0,0 +1,2 @@ +[engine] +image_copy_tmp_dir = "/tmp" |
