1
0
mirror of https://github.com/containers/podman.git synced 2026-02-06 00:45:10 +01:00
Files
podman/libpod/runtime_ctr_linux.go
Doug Rabson d162285f34 libpod: Don't mount /dev/shm in containers on FreeBSD
This mount has never been standard on FreeBSD, preferring to use /tmp or
/var/tmp optionally with tmpfs to ensure data is lost on a reboot.

[NO NEW TESTS NEEDED]

Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-09-05 10:20:50 +01:00

6 lines
44 B
Go

package libpod
const (
useDevShm = true
)