codekitchen / dinghy

faster, friendlier Docker on OS X
MIT License
2.12k stars 109 forks source link

Use a stable docker version with dinghy? #270

Closed robinparisi closed 6 years ago

robinparisi commented 6 years ago

Hi,

I had to reinstall dinghy recently and I found myself facing a bug introduced in the latest Docker Edge release (18.02.0-ce).

The problem is really annoying and there is no workaround for the moment https://github.com/docker/for-linux/issues/211#issuecomment-364947294.

It is advisable to rollback to a previous docker version or wait for the 18.03 to be released, but I'm not sure on how to do this with dinghy.

Is there a way to choose the docker version installed with dinghy? Shouldn't the stable docker version be installed with dinghy instead of the edge one?

robinparisi commented 6 years ago

My bad, I didn't see the --boot2docker-url option.

If someone else is facing the same problem with the 18.02 release, juste create a new vm and specify the stable Docker version:

dinghy create --provider=virtualbox --boot2docker-url=https://github.com/boot2docker/boot2docker/releases/download/v17.12.1-ce-rc2/boot2docker.iso