Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

What is Docker?

Docker is an open platform to create, deploy and run applications by using Containers. Docker makes is easy to deploy applications from one environment to another. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one package.


Docker can be seen as an improvement to a Virtual machine. Each Virtual Machine in a server needs a separate Guest operating system to function. All the Docker Containers in a server use the same underlying Operating System of the server, hence Dockers are lightweight when compared to Virtual Machines. Also, Dockers are faster to spin up and execute when compared to Virtual Machines.

The Docker platform contains the following components


This post first appeared on C# Guide, please read the originial post: here

Share the post

What is Docker?

×

Subscribe to C# Guide

Get updates delivered right to your inbox!

Thank you for your subscription

×