A Contained Introduction to Docker
This is a shortened version of a talk I gave to University of Warwick Computing Society. Introduction What is Docker? From the official Docker webpage: “[Docker lets you] package applications as portable container images to run in any environment consistently from on-premises Kubernetes to AWS ECS, Azure ACI, Google GKE and more” Docker is a tool which lets you bundle your application up into a self-contained image which can run in many environments with exactly the same results....