Nodejs Workspace Docker is built on top of the development workspace docker. It contains the most used tools for Nodejs developers, and prepare environment configuration for developing nodejs apps and websites.
Set of tools installed
- Everything installed on development workspace docker
- Node
- NPM
docker pull cragonnyunt/nodejs-workspace-docker:<<tag>>
docker run --rm -it \
-v $(pwd):/workspace \
cragonnyunt/nodejs-workspace-docker:<<tag>>
This version contains the current version of node (up-to-date) binary.
This version contains the lts version of node binary.