Tuesday, May 7, 2019

Introduction to Docker

What is Docker ?

Docker is a open virtualization tool designed to create, deploy and run application using containers. Containers allow developers to develop application with all the dependencies.Docker containers come with two flavors Linux and windows containers.Docker is like a virtual machine but it does not need whole operating system to be installed Docker allows applications to use the same Linux kernel as the system that they're running on and only requires applications be shipped with things not already running on the host computer.



Who is Docker ?

Docker is a part if Devops designed to benefit for both developers and administrators. Dockers allows developers to focus on code without worrying about the environment and deployment.

Staring with Docker

To to get more detail watch the below videos:



Follow the below to download docker:






No comments:

Post a Comment