DailyReport

08/07/2019 Monday
---------------------------------------------------------------------------------------------------------------------------------------

1.Pushing and Pulling to and from Docker Hub

link-> https://ropenscilabs.github.io/r-docker-tutorial/04-Dockerhub.html

2.Docker Documentation for Ember App

link-> https://hub.docker.com/r/danlynn/ember-cli

3.To Remove Docker Containers,Images,Volumes and Networks

link->https://linuxize.com/post/how-to-remove-docker-images-containers-volumes-and-networks/

---------------------------------------------------------------------------------------------------------------------------------------
11/07/2019
---------------------------------------------------------------------------------------------------------------------------------------

1.Command to clear error "Port 4200 is already in use".

  sudo kill $(sudo lsof -t -i:4200)

---------------------------------------------------------------------------------------------------------------------------------------
16/07/2019
---------------------------------------------------------------------------------------------------------------------------------------

1.Installing and Uninstalling Node and NPM

link->https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04

Comments