Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 327 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 327 Bytes

Docker Practice

IMG

What is Docker?

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. 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.