bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Incompatibility between docker server and client #172

Open julienvey opened 9 years ago

julienvey commented 9 years ago

When the bazooka server has a lower version of the Docker API than the bazooka CLI embedded in a container, it fails with the following log

Error response from daemon: client and server don't have same version (client : 1.18, server: 1.17)

I think we should always mount the docker cli, as we currently do with the docker socket. It would avoid the problem described here