Rayied991 / Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker

What is Docker?

Docker is a Software Platform that simplifies the process of building,running,managing & distributing applications.
Example: I had setup an environment .If i wanto to give the file for testing to another developer for this he has to setup same environment to run. Using docker i can create a container and give this to the dev. and he can use it isolately & he doesn't need for setup environment.

Difference between VM & Docker

About