Docker Overview

  • Eliminates 'works on my machine' by escaping matrix dependencies

  • Run applications side-by-side with predictable and portable deployments

  • Achieves higher compute density - unlike VMs only libraries and settings are required

  • Maintain immutable and tamper-proof environments, and docker hub is scanning the images

  • Built-in orchestration to scale up to tens of thousands of nodes in seconds using Docker Swarm

Last updated

Was this helpful?