mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 08:25:40 +00:00
This should never be pulled into the remote client. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
8 lines
82 B
Go
8 lines
82 B
Go
//go:build !remote
|
|
// +build !remote
|
|
|
|
package libpod
|
|
|
|
const (
|
|
useDevShm = true
|
|
)
|