Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docker1.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down