minidocks/node

By minidocks

Updated about 12 hours ago

Minimal node images

Image
0

50K+

minidocks/node repository overview

NodeJS docker image (minidocks/node)

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.

Installed utilities

  • npm is the package manager for the Node JavaScript platform.
  • npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions.
  • yarn is a package manager that doubles down as project manager.

Configuration by environment variables

  • NODE_PATH (default /node_modules)
  • NPM_CONFIG_CACHE (default /npm-cache) - Path to directory with npm cache.
  • YARN_CACHE_FOLDER (default /yarn-cache) - Path to directory with yarn cache.

Usage

docker run --rm -v "`pwd`:/app" -w /app minidocks/node --help

Tags

TagSize
latest, 25
25, current
25-base, current-base
24, lts
24-base, lts-base
23
23-base,
22,
22-base

Tag summary

Content type

Image

Digest

sha256:e64685762

Size

40.6 MB

Last updated

about 12 hours ago

Requires Docker Desktop 4.37.1 or later.