mirror of
https://github.com/containers/podman.git
synced 2025-11-01 02:42:11 +08:00
Vendor in containers/common v0.12.0
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/common/pkg/config/config_windows.go
generated
vendored
10
vendor/github.com/containers/common/pkg/config/config_windows.go
generated
vendored
@ -1,10 +0,0 @@
|
||||
// +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\\"}
|
||||
Reference in New Issue
Block a user