ContainerSolutions / minimesos-docker

minimesos Docker images
https://www.minimesos.org
6 stars 12 forks source link

Hardcoded docker from the image #7

Open sashkachan opened 8 years ago

sashkachan commented 8 years ago

Pulling the docker binary into the baked image removes any possibility to use different docker version.

sadovnikov commented 8 years ago

Please, take a look at ContainerSolutions/minimesos#164

sashkachan commented 8 years ago

I can see why it's done. I am a bit puzzled it didn't cause more issues for people on different versions of docker.

sadovnikov commented 8 years ago

I believe it's ok to use different versions of docker as long as they use compatible versions of API https://docs.docker.com/engine/reference/api/docker_remote_api/. However I'm still puzzled about what's meant by compatibility, which way these APIs are compatible