disable starting the daemon on windows
This commit is contained in:
10
daemon_win.go
Normal file
10
daemon_win.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build windows
|
||||
|
||||
package docker
|
||||
|
||||
const dockerExe = "C:\\bin\\docker.exe"
|
||||
const dockerdExe = ""
|
||||
|
||||
func (p Plugin) startDaemon() {
|
||||
// this is a no-op on windows
|
||||
}
|
||||
Reference in New Issue
Block a user