This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
drone-docker/daemon_win.go
2020-03-24 14:34:54 -07:00

12 lines
210 B
Go

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