conmon/runner/config/config_unix.go

8 lines
91 B
Go

//go:build !windows
package config
const (
ContainerAttachSocketDir = "/var/run/crio"
)