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.
...