Skip to content
Snippets Groups Projects
Commit f2aeb0f7 authored by Brad Rydzewski's avatar Brad Rydzewski
Browse files

fix docker home path on windows

parent 9488d335
No related branches found
Tags v18.09.2
No related merge requests found
......@@ -4,7 +4,7 @@ package docker
const dockerExe = "C:\\bin\\docker.exe"
const dockerdExe = ""
const dockerHome = "C:\\ProgramData\\docker\"
const dockerHome = "C:\\ProgramData\\docker\\"
func (p Plugin) startDaemon() {
// this is a no-op on windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment