automation-tests/cmd/podman/registry/registry_common.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"