mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Signed-off-by: John Stephens <johnstep@docker.com> Upstream-commit: bd4e8aa64e5e7dedb60ca6670d7ddb32d5af0db9 Component: engine
8 lines
81 B
Go
8 lines
81 B
Go
// +build windows
|
|
|
|
package daemon
|
|
|
|
func secretsSupported() bool {
|
|
return true
|
|
}
|