Last Updated: August 18, 2017
·
148
· themichael'tips

Docker & Node.js Notes

Personal collections of Docker&Node.js notes.

3 way to work with node.js: locally, Docker and Docker-Compose

The first important stuff to deal with node.js is the working environment build over it.

todo

Links a nodejs and redis images

todo

Live coding using nodemon

todo

Versioning nodejs in Docker using nvm

todo

Install packages in the system and use NODE_PATH

todo

Docker-Compose is super cool

todo