InterviewSolution
Saved Bookmarks
| 1. |
What Is Docker And What Does It Do? |
|
Answer» 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 SHIP it all out as one package. 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 ship it all out as one package. |
|