reload_windows.go 364 B

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