Introduction to Docker

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 Install docker and check status sudo docker --version .Install Docker UI , it would be easy to manage docker containers, images, IP, portLearn basic commands of docker like sudo docker ps will list out running processes( containers) refer this more https://docs.docker.com/reference/When you run an image a container start with alpine version of linux by … Continue reading Introduction to Docker