Showing posts with label Oracle VM Box. Show all posts
Showing posts with label Oracle VM Box. Show all posts

Friday, 14 July 2017

Docker - Getting Started

What is Docker ?

+ Docker is the world's leading software container platform.
+ It is an open platform for developing, shipping, and running applications.
+ Simplifies the process of building an application.
+ It allows you to package an application with all of its dependencies into a standardized unit for software development.


History of Docker 

Docker Installation 

Note : This installation is done on Windows 8

Download Docker Toolbox because Docker Toolbox provides a way to use Docker on older Windows systems that do not meet minimal system requirements for the Docker for Windows app. Link :-https://docs.docker.com/toolbox/toolbox_install_windows/





Click on Docker Quickstart Terminal and wait as it will take some time to get Docker configured.


Kudos Docker is installed !!!


To Check whether Docker is installed - Write command docker --version in Docker Quickstart Terminal





Chapter : 1 - First code in Node JS Previously I have written a blog about Getting Started with Node JS and its installation. Now lets s...