What is Docker?

Docker is a software platform designed to make it easier to create, deploy, and run applications by using containers. It allows developers to package up an application with all the parts it needs in a container, and then ship it out as one package.

Why use docker when code is running perfectly in your machine?

What are container?