Sign in
cos
/
third_party
/
docker
/
refs/heads/release-R129
/
.
/
daemon
/
keys_unsupported.go
blob: ac031ce02afbcccea8cb7900df9e093699ede1ce [
file
] [
edit
]
//go:build !linux
package daemon
// import "github.com/docker/docker/daemon"
// modifyRootKeyLimit is a noop on unsupported platforms.
func modifyRootKeyLimit() error {
return nil
}