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 its dependencies, and ship it all out as one package. In this blog, I will show how I containerised a full…