mirror of https://github.com/containers/podman.git
Clean up /var/tmp/ when using oci-archives when creating
containers We need to remove /var/tmp/container_images_* and /var/tmp/container_images_* which are podman temporary directories on each boot which are created when creating containers from oci-archive tarballs or other pull operations. Signed-off-by: Joe Doss <joe@solidadmin.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
ff97a208f3
commit
d4fc66af9a
|
|
@ -6,3 +6,6 @@ x /tmp/run-*/libpod
|
|||
D! /var/lib/containers/storage/tmp 0700 root root
|
||||
D! /run/podman 0700 root root
|
||||
D! /var/lib/cni/networks
|
||||
# Remove /var/tmp/container_images* podman temporary directories on each
|
||||
# boot which are created when pulling or saving images.
|
||||
R! /var/tmp/container_images*
|
||||
|
|
|
|||
Loading…
Reference in New Issue