ahmetb / go-dexec

It's like Go os/exec package but for Docker. What if you could exec programs remotely with the same interface as os/exec?
https://godoc.org/github.com/ahmetalpbalkan/go-dexec
Apache License 2.0
432 stars 38 forks source link

undefined: docker.CloseWaiter #4

Closed benoahriz closed 8 years ago

benoahriz commented 8 years ago

trying to run the tests and getting

$ go test
# github.com/ahmetalpbalkan/go-dexec
./execution.go:26: undefined: docker.CloseWaiter
benoahriz commented 8 years ago

looks like it was just an outdated version of https://github.com/fsouza/go-dockerclient

go get github.com/fsouza/go-dockerclient got me the wrong version.

cloning the latest code from the repo got it working