mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 18:35:42 +00:00
7 lines
64 B
Go
7 lines
64 B
Go
//go:build !remote
|
|
|
|
package libpod
|
|
|
|
const (
|
|
useDevShm = true
|
|
)
|