0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00
wp-docker-buildx/daemon_win.go
2020-03-24 21:00:24 +01:00

12 lines
216 B
Go

// +build windows
package docker
const dockerExe = "C:\\bin\\docker.exe"
const dockerdExe = ""
const dockerrootconfdir = "C:\\ProgramData\\docker\"
func (p Plugin) startDaemon() {
// this is a no-op on windows
}