docker-node
docker-node copied to clipboard
Official Docker Image for Node.js :whale: :turtle: :rocket:
I am running an express server on AWS Fargate using the `node:10.13.0-alpine` image. A few days ago we had an instance crash, and I found this error in its logs:...
## Environment * **Platform**: AWS * **Docker Version**: tried 20.10.16 and 20.10.11 (MAC OS) * **Node.js Version**: 16.15.1 * **Image Tag**: 16.15-alpine3.15 ## Expected Behavior Successfull startup of pod using...
In official node.js docker image node starts by command: https://github.com/nodejs/docker-node/blob/1759c97717a6abb1b5302580608bedaffaf36a2e/16/buster-slim/Dockerfile#L97 It means that process with node has PID 1.
## Problem Yarn gets prebundled with the Node docker image but another popular package manager PNPM is not ## Solution Ensure that PNPM gets bundled with the Node docker image...
## Environment * **Platform**: Ubuntu 22.04 LTS x86_64 * **Docker Version**: Docker version 20.10.17 * **Node.js Version**: 18.6.0 * **Image Tag**: 18-bullseye ## Expected Behavior The app should start normally,...
I had an image which was built before Yarn was added to this project. I installed Yarn like this: ```dockerfile FROM node:boron # Update RUN apt-get update -y # Install...
## Environment * **Platform**: Ubuntu 20.04.4 LTS x86_64 * **Docker Version**: Docker version 20.10.17, build 100c701 * **Node.js Version**: 18.6.0 * **Image Tag**: 18.6.0-alpine3.16 ## Expected Behavior App should start...
## Environment * **Platform**: MacOS * **Docker Version**: 20.10.16 * **Node.js Version**: 16.15.1 * **Image Tag**: node:16.15.1-alpine ## Expected Behavior Given the following `package.json` ```json { "name": "test", "scripts": {...
## Environment * **Platform**: arm32v7 / raspberry pi * **Docker Version**: 20.10.16, * **Node.js Version**: 16.15.1 * **Image Tag**: node:16.15.1-buster-slim ## Expected Behavior npm install should work just fine ##...
## Environment * **Platform**: * Raspberry PI 4: `Linux raspberrypi 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l GNU/Linux` * **Docker Version**: ``` Client: Docker Engine - Community...