A docker image with Node.js and npm based on OpenWRT.
The minimal size of OpenWRT, which is a distro for embedded devices make the docker image size as small as possible (currently < 20 MB).
The simplest form of usage is:
docker run -it mcreations/openwrt-node
Normal usage of course is to base your Dockerfile on this image and install some node application with npm.