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.
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?
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/alpineenvy should also pull it on boot, as well as ubuntu, just to get a jump on loading those default base images later.