1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/secrets_windows.go
John Stephens bd4e8aa64e
Add Windows secrets support
Signed-off-by: John Stephens <johnstep@docker.com>
2017-05-16 11:30:06 -07:00

7 lines
81 B
Go

// +build windows
package daemon
func secretsSupported() bool {
return true
}