github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/swarmkit/cmd/swarmd/defaults/defaults_windows.go (about)

     1  // +build windows
     2  
     3  package defaults
     4  
     5  // ControlAPISocket is the default path where clients can contact the swarmd control API.
     6  var ControlAPISocket = "//./pipe/swarmd"
     7  
     8  // EngineAddr is Docker default named pipe on Windows
     9  var EngineAddr = "npipe:////./pipe/docker_engine"
    10  
    11  // StateDir is the default path to the swarmd state directory
    12  var StateDir = `C:\ProgramData\swarmd`