dev-container-node when you need a Node.js image for DevSpace-based development workflows.
This image provides a standard Node.js development environment with the tools Grounds uses in containerized DevSpace workflows.
Registry
Features
- Node.js 24.11.0 on Alpine Linux
- PNPM package manager pre-installed
- Development tools (wget, curl, nano, bash)
- DevSpace integration with startup script
Usage
Pull the image locally:Dockerfile:
Verify that the image is available locally by running
docker run --rm ghcr.io/groundsgg/containers/dev-container-node:latest node --version.