shadow_man
Executive Member
I've been spending some time today playing with Docker and i've noticed that the images themselves are fairly chunky (400-500MB just for an IRC bouncer).
I tested both Ubuntu and CentOS and found this to be the case. Then I looked at Alpine Linux and it seems that you can create the same image for 200-300MB. It also looks like Docker is trying to make a move to use Alpine for all their official images.
This has me wondering - what do others use and why?
Are you more focussed on size, security - or do you simply use whatever is most familiar / has the most ease of use?
Below is a list of the CentOS / Alpine / Ubuntu official images and as you can see Alpine is TINY in comparison.
I tested both Ubuntu and CentOS and found this to be the case. Then I looked at Alpine Linux and it seems that you can create the same image for 200-300MB. It also looks like Docker is trying to make a move to use Alpine for all their official images.
This has me wondering - what do others use and why?
Are you more focussed on size, security - or do you simply use whatever is most familiar / has the most ease of use?
Below is a list of the CentOS / Alpine / Ubuntu official images and as you can see Alpine is TINY in comparison.
Code:
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
docker.io/centos latest bb3d629a7cbc 3 weeks ago 196.6 MB
docker.io/alpine latest 2a250d324882 3 weeks ago 4.794 MB
docker.io/ubuntu 15.04 314a1f078530 8 weeks ago 131.3 MB
Last edited: