Sign inSign up

framefactory/node

By framefactory

Updated 6 months ago

Node.js, PNPM, NVM on Ubuntu Server 22.04

Image
0

807

framefactory/node repository overview

Node.js on Ubuntu

Description

Ubuntu Server 22.04 with NVM (node version manager) and pre-installed Node.js and NPM (node package manager).

Getting Started
# 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
Entrypoint

/var/entrypoint.sh is executed when the container starts.

Environment

The following variables are available inside the container:

  • NODE_VERSION Pre-installed Node.js version
  • NODE_PATH Path to global node_modules for the pre-installed version
  • NVM_DIR Path to NVM installation
Ubuntu installed packages
  • curl wget vim git dos2unix
  • build-essential ca-certificates libssl-dev
  • python3 python3-pip python-is-python3

Tag summary

Content type

Image

Digest

sha256:1095a0fbf

Size

250.9 MB

Last updated

6 months ago

docker pull framefactory/node