mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
6 lines
153 B
Go
6 lines
153 B
Go
//go:build !freebsd
|
|
|
|
package registry
|
|
|
|
// DefaultRootAPIPath is the default path of the REST socket
|
|
const DefaultRootAPIPath = "/run/podman/podman.sock"
|