progrium / envy

Lightweight dev environments with a twist
MIT License
321 stars 21 forks source link

create and use alpine dind image, pull on boot #2

Closed progrium closed 9 years ago

progrium commented 9 years ago

We're using the canonical jpetazzo/dind image, but it's based on ubuntu and so it's much bigger than it needs to be. This make the first time experience suck. We should use an image based on the contributed alpine based Dockerfile: https://github.com/jpetazzo/dind/tree/master/alpine

envy should also pull it on boot, as well as ubuntu, just to get a jump on loading those default base images later.

fgrehm commented 9 years ago

I could not find that image on the Docker hub, shall we ask Jérôme to enable an automated build for that or do you prefer to just build the image ourselves?

progrium commented 9 years ago

Done in #45