github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/daemon/keys_unsupported.go (about)

     1  // +build !linux
     2  
     3  package daemon // import "github.com/docker/docker/daemon"
     4  
     5  // ModifyRootKeyLimit is a noop on unsupported platforms.
     6  func ModifyRootKeyLimit() error {
     7  	return nil
     8  }