2021-08-23 13:14:53 +00:00
|
|
|
//go:build !linux
|
2016-06-02 00:29:06 +00:00
|
|
|
// +build !linux
|
|
|
|
|
2018-02-05 21:05:59 +00:00
|
|
|
package daemon // import "github.com/docker/docker/daemon"
|
2016-06-02 00:29:06 +00:00
|
|
|
|
2020-11-09 14:34:26 +00:00
|
|
|
// modifyRootKeyLimit is a noop on unsupported platforms.
|
|
|
|
func modifyRootKeyLimit() error {
|
2016-06-02 00:29:06 +00:00
|
|
|
return nil
|
|
|
|
}
|