nlf / dlite

The simplest way to use Docker on OS X
MIT License
2.34k stars 53 forks source link

Client is on Version 1.24 #193

Closed azngeek closed 8 years ago

azngeek commented 8 years ago

Hello, is there a way to update the docker server to 1.24 from 1.23? I have installed dlite on my new machine and used brew which only installs client verison 1.24

getninjaN commented 8 years ago

Try adding DOCKER_API_VERSION=1.23 to your environment variables. It worked for me.

Peace!

bpinto commented 8 years ago

You could build your own image. There is an open PR upgrading docker server to latest here.

nlf commented 8 years ago

https://github.com/nlf/dlite/releases/tag/2.0.0-beta7

brand new beta, resolves this problem