NodeBasic

The node docker file with basic functionality

Why I created this

compare

I found that even the alpine version of the node docker image is over 100M, but NodeBasic is less than 55M.

How to use nodebasic

Use as base image in Dockerfile

  • From Docker Hub

    FROM tourcoder/nodebasic
    
  • From GitHub

    FROM docker.pkg.github.com/tourcoder/nodebasic/nodebasic:latest
    

Download Dockerfile in this repo, and run

docker build -t nodebasic .

Open Source on GitHub

Release on Docker Hub