github.com/kaisenlinux/docker@v0.0.0-20230510090727-ea55db55fac7/engine/daemon/reload_windows.go (about)

     1  package daemon // import "github.com/docker/docker/daemon"
     2  
     3  import "github.com/docker/docker/daemon/config"
     4  
     5  // reloadPlatform updates configuration with platform specific options
     6  // and updates the passed attributes
     7  func (daemon *Daemon) reloadPlatform(config *config.Config, attributes map[string]string) error {
     8  	return nil
     9  }