moby--moby/daemon/secrets_unsupported.go

8 lines
81 B
Go

// +build !linux
package daemon
func secretsSupported() bool {
return false
}