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

12 lines
210 B
Go
Raw Normal View History

2019-08-14 21:51:43 +02:00
// +build windows
package docker
const dockerExe = "C:\\bin\\docker.exe"
const dockerdExe = ""
2020-03-24 22:34:54 +01:00
const dockerHome = "C:\\ProgramData\\docker\\"
2019-08-14 21:51:43 +02:00
func (p Plugin) startDaemon() {
// this is a no-op on windows
}