mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
11 lines
178 B
Go
11 lines
178 B
Go
// +build windows
|
|
|
|
package config
|
|
|
|
// Defaults for linux/unix if none are specified
|
|
const (
|
|
cniConfigDir = "C:\\cni\\etc\\net.d\\"
|
|
)
|
|
|
|
var cniBinDir = []string{"C:\\cni\\bin\\"}
|