Monday, 24 February 2020

Introduction To Docker

What is a Docker?

Docker is a open source tool to make easier to create, deploy, and run application by using containers. Container 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.

No comments:

Post a Comment