github.com/sams1990/dockerrepo@v17.12.1-ce-rc2+incompatible/daemon/configs_windows.go (about)

     1  // +build windows
     2  
     3  package daemon
     4  
     5  func configsSupported() bool {
     6  	return true
     7  }