Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers . It’s main function is  to deploy application to production environment. Using docker Container docker container developers can package all the dependencies ,libraries,binaries,settings and other modules & distribute all of  them as a single unmodified package. The two main terminologies associated with docker are image & container.

...