Saturday, 14 September 2019

Docker and Kubernetes - Learn and Play

Collabnix: Lot of contents regarding Docker and Kubernetes are available on https://collabnix.com/
Docker Labs: http://dockerlabs.collabnix.com/

Update node.js & npm packages to latest/stable/<version>

Upgrade Node.js and npm: sudo npm cache clean -f  (force) clear you npm cache sudo npm install -g n  install  n  (this might take a while) s...