Node.js, PNPM, NVM on Ubuntu Server 22.04
807
Ubuntu Server 22.04 with NVM (node version manager) and pre-installed Node.js and NPM (node package manager).
# Repository
https://github.com/framefactory/dockerware/tree/master/images/node
# Usage
docker pull framefactory/node:latest
docker run [-ti] node <command>
docker run [-ti] node index.js
docker run [-ti] node npm install
/var/entrypoint.sh is executed when the container starts.
The following variables are available inside the container:
NODE_VERSION Pre-installed Node.js versionNODE_PATH Path to global node_modules for the pre-installed versionNVM_DIR Path to NVM installationContent type
Image
Digest
sha256:1095a0fbf…
Size
250.9 MB
Last updated
6 months ago
docker pull framefactory/node