Skip to content

cragonnyunt/nodejs-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Nodejs Workspace

Nodejs Workspace CI latest

Nodejs Workspace CI lts

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

Pulling the image

docker pull cragonnyunt/nodejs-workspace-docker:<<tag>>

Running the image

docker run --rm -it \
    -v $(pwd):/workspace \
    cragonnyunt/nodejs-workspace-docker:<<tag>>

nodejs-workspace-docker:latest

This version contains the current version of node (up-to-date) binary.

nodejs-workspace-docker:latest

This version contains the lts version of node binary.

Releases

No releases published

Packages

No packages published