![]()
Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.
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.docker run --rm -v "`pwd`:/app" -w /app minidocks/node --help
Content type
Image
Digest
sha256:60b1633eb…
Size
42.9 MB
Last updated
37 minutes ago
docker pull minidocks/node