xampp/node)A flexible Node.js development image based on the XAMPP foundation.
Built on top of xampp/base, this image uses NVM (Node Version Manager) to manage Node.js versions, providing a consistent and customizable environment for frontend builds and JavaScript-based services.
/etc/xampp.d/30-nvm.sh.app user (UID 1000) from the base image.docker run --rm -it xampp/node node -v
Or within a compose.yml:
services:
node:
image: xampp/node
volumes:
- .:/app
command: npm run build
Maintained as part of the modular XAMPP Docker project.
Content type
Image
Digest
sha256:90c91780a…
Size
205.9 MB
Last updated
9 months ago
docker pull xampp/node