docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Official Docker Image for Node.js :whale: :turtle: :rocket:

Results 161 docker-node issues
Sort by recently updated
recently updated
newest added

## What this PR do? ~This PR reduce the `alpine` image size by 20% from `117MB` to `93.5MB`~. This PR reduce the `alpine` image size by 7,5% from `117MB` to...

## What does this PR do This PR introduce a new image tag (name proposals: `node:14-scratch`, `node:14-minimal`, `node:14-bare`) which correspond to a minimal image containing only Node binary and it's...

This doesn't replace the other Windows PRs like #720, just showing an alternate using the MSI installers. EX: 1. `docker build .\8\windowsservercore\ -t nodejs:windowsservercore-8` 2. `docker run --rm -it nodejs:windowsservercore-8...

## Environment I'm testing in both my Mac and [Gitpod](https://www.gitpod.io) I need to build a docker image with `netlify`. ### What's working So far, the only `Dockerfile` configuration I got...

Hello, I'm trying to build a simple web app via Docker using the `node:12` (also tried `node:14`, no luck) image on my Raspberry Pi 4 running Ubuntu 20.04. When the...

## Environment * **Platform**: Mac * **Docker Version**: 19.03.4 * **Node.js Version**: 12.20.0.alpine.3.12 * **Image Tag**:alpine3.12 ## Expected Behavior I use the Dockerfile in https://github.com/hantmac/docker-node/tree/master/12/alpine3.12 to build image and run...

## Problem The node: images that are just a number (:10, :14, etc) are based off of debian stretch, while that is oldstable. In other words, :14 == :14-stretch. ##...

this is my docker-compose.yml file ```yml version: '3.8' services: node: image: node:14.15.1-alpine3.10 build: context: . dockerfile: Dockerfile container_name: Notification_MicroService working_dir: "/home/node/app" environment: - NODE_ENV=development - PORT=5000 volumes: - ./:/home/node/app -...

See https://github.com/docker-library/official-images/pull/9096#discussion_r524462963

bug

attempting to enhance this image by installing Elm globally but encountering issues. It would appear that the installation process for `npm` is user `500` and owns and restricts access to...