Docker
Docker is a container platform used to build, package, ship, and run applications in a consistent way across laptops, CI, and servers. A container bundles your app and its dependencies, then runs as an isolated process on a host while sharing the host operating system kernel. That design makes…