forked from Ivasoft/github-actions
Working github actions
This commit is contained in:
11
daemon/daemon_win.go
Normal file
11
daemon/daemon_win.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build windows
|
||||
|
||||
package daemon
|
||||
|
||||
const dockerExe = "C:\\bin\\docker.exe"
|
||||
const dockerdExe = ""
|
||||
const dockerHome = "C:\\ProgramData\\docker\\"
|
||||
|
||||
func startDaemon(daemon Daemon) {
|
||||
// this is a no-op on windows
|
||||
}
|
||||
Reference in New Issue
Block a user