mirror of
https://github.com/containers/podman.git
synced 2025-09-12 18:09:45 +08:00

The /var/run directory is the preferred location for unix domain sockets. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
8 lines
172 B
Go
8 lines
172 B
Go
//go:build !freebsd
|
|
// +build !freebsd
|
|
|
|
package registry
|
|
|
|
// DefaultRootAPIPath is the default path of the REST socket
|
|
const DefaultRootAPIPath = "/run/podman/podman.sock"
|