mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +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
45 B
Go
6 lines
45 B
Go
package libpod
|
|
|
|
const (
|
|
useDevShm = false
|
|
)
|