A brief introduction to Docker Docker is a container platform, which we can use to package our application, with all it’s dependencies. We bundle everything, from system libraries to code to runtime to settings.. You get the idea. It takes away all the hassles of installing the dependencies on the host operating system, like python…