DEPRECATED project. Use https://github.com/inadarei/node-alpine instead
Tiny, Alpine Linux-based Nodejs Container for Docker.
Compare 56MB of this container with typical 500MB to 800MB sizes you get with Ubuntu- or CentOS-based images.
If you need runit (e.g. for cron, syslog etc.) there's a related project that provides additional support for runit: https://hub.docker.com/r/irakli/alpine-nodejs-runit/
If you need more packages installed (e.g. make, gcc for compiling some native Node modules, or imagemagick etc.) base your new container on this one and you can use apk package manager that Alpine provides. For instance:
apk search --update imagemagick
or:
apk add --update make gcc g++ python linux-header
Content type
Image
Digest
sha256:88113b015…
Size
17.5 MB
Last updated
over 10 years ago
docker pull irakli/alpine-nodejs