Sign inSign up

cicube/node

By cicube

β€’Updated over 1 year ago

This image is customized by CICube on top of node-alpine.

Image
Languages & frameworks
0

158

cicube/node repository overview

⁠🐳 CICube Node.js Alpine Image

Docker Pulls Docker Image Size

A lightweight, customized Docker image based on the official node:alpine image, designed for seamless Node.js applications. This image includes minor enhancements and documentation for better usability.


⁠✨ Features

  • Base Image: Built on node:alpine for minimal footprint.
  • Preconfigured Directories: Includes /app directory with a descriptive README.md.
  • Labels: Metadata for maintainer and project details.
  • Compatibility: Perfect for CI/CD pipelines, microservices, and small-scale deployments.

β πŸš€ Usage

⁠Pull the Image
docker pull cicube/node:latest
⁠Run the Container
docker run -it --rm cicube/node sh
⁠Use in Dockerfile
FROM cicube/node:latest
WORKDIR /app
COPY . .
CMD ["npm", "start"]


β πŸ“ˆ Why Use This Image?

  • Optimized: Retains Alpine’s lightweight nature (~5MB Node.js runtime).
  • Transparent: Clear documentation and labels.
  • Community-Focused: Designed to support developers while showcasing my work.

β πŸ†˜ Support & Community

Join our Slack channel for real-time support, discussions, and collaboration:

Slack

  • Quick Help: Get instant answers from the community.
  • Feedback: Share suggestions or report issues.
  • Updates: Be the first to know about new releases!

β πŸ“œ License

⁠This project is licensed under the MIT License.

Tag summary

Content type

Image

Digest

sha256:4ab99de21…

Size

53.5 MB

Last updated

over 1 year ago

docker pull cicube/node