Image build on alpine and really compact,size 6.5MB
100K+
It is my test on building a docker image based on small alpine docker image , you can build images less 50MB or even 10 MB
I also made slef built base image , it demos how base image gets build
docker pull yikaus/alpine-bash
docker run --rm -ti yikaus/alpine-bash /bin/bash
docker pull gliderlabs/alpine
docker run --rm gliderlabs/alpine /sbin/apk --update search -v PKG_NAME
example:
docker run --rm gliderlabs/alpine /sbin/apk --update search -v nginx
docker run --rm -ti gliderlabs/alpine /bin/sh
Content type
Image
Digest
sha256:47988a43c…
Size
3.2 MB
Last updated
about 10 years ago
docker pull yikaus/alpine-bash