From 54f18b4f8e584a577483ac38b279442297befee5 Mon Sep 17 00:00:00 2001 From: Harsh Vijay Date: Fri, 16 Oct 2020 18:40:09 +0530 Subject: [PATCH] Update docker1.txt --- docker1.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docker1.txt b/docker1.txt index 4cbfaa2..175e473 100644 --- a/docker1.txt +++ b/docker1.txt @@ -1,10 +1,12 @@ -Docker +# Docker -Docker is a automation tool that helps in easy deployement -of software and run applications using -containers. +Docker is a set of platform as a service products that use +OS-level virtualization to deliver software in packages called +containers. Containers are isolated from one another and bundle their +own software, libraries and configuration files; they can communicate +with each other through well-defined channels -Containers:- +# Containers:- Containers allows a developer to package up an application with all the parts its need, such as library,database and others, and ship them all togerther as a single package.