7 lines
153 B
Go
7 lines
153 B
Go
//go:build !freebsd
|
|
|
|
package registry
|
|
|
|
// DefaultRootAPIPath is the default path of the REST socket
|
|
const DefaultRootAPIPath = "/run/podman/podman.sock"
|