podman-build/cmd/podman/registry/registry_common.go
2025-10-11 12:30:35 +09:00

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"