Use docker client lib instead of binary for pulls

This commit is contained in:
Johannes 'fish' Ziemke
2014-06-19 14:29:42 +02:00
parent 1796598302
commit 3fa6c9671d
4 changed files with 72 additions and 20 deletions

View File

@@ -47,8 +47,6 @@ var (
dockerEndpoint = flag.String("docker_endpoint", "", "If non-empty, use this for the docker endpoint to communicate with")
)
const dockerBinary = "/usr/bin/docker"
func main() {
flag.Parse()
util.InitLogs()