Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 598 Bytes

docker-node-minimal

A minimal Docker image with just Node.js.

Use the Docker Hub Image

This image is published to the GitHub Container Registry:

https://hub.docker.com/r/chorrell/node-minimal

To pull a specific version of the node-minimal image:

docker pull chorrell/node-minimal:latest

Use the GitHub Container Image

This image is published to the GitHub Container Registry:

https://github.com/chorrell/docker-node-minimal/pkgs/container/node-minimal

To pull a specific version of the node-minimal image:

docker pull ghcr.io/chorrell/node-minimal:latest