mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
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>
This commit is contained in:
5
libpod/runtime_ctr_freebsd.go
Normal file
5
libpod/runtime_ctr_freebsd.go
Normal file
@ -0,0 +1,5 @@
|
||||
package libpod
|
||||
|
||||
const (
|
||||
useDevShm = false
|
||||
)
|
Reference in New Issue
Block a user