Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fab1o0107/docker-node

A repository that contains Docker (OCI format) base images for Node.js
https://github.com/fab1o0107/docker-node

Last synced: 4 days ago
JSON representation

A repository that contains Docker (OCI format) base images for Node.js

Awesome Lists containing this project

README

        

# Docker Node
A repository that contains Docker (OCI format) base images for Node.js (that I used in my projects)

Available on [Docker Hub](https://hub.docker.com/r/fabio0107/node) and [GitHub Container Registry](https://github.com/Fab1o0107/docker-node/pkgs/container/node)!

### Information for dev version
There are `dev` flavor images available which is mainly used for building Node.js Docker images.

These images are meant to be used in a [multi-stage build configuration](https://docs.docker.com/develop/develop-images/multistage-build/), which is build stage (installing, deps compiling, compiling, etc), and final stage (production image)