mirror of
https://github.com/containers/podman.git
synced 2025-05-19 16:18:51 +08:00

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>
6 lines
44 B
Go
6 lines
44 B
Go
package libpod
|
|
|
|
const (
|
|
useDevShm = true
|
|
)
|