Docker 2016 Tech Field Day

http://techfieldday.com/appearance/docker-presents-at-tech-field-day-extra-at-vmworld-us-2016/

Applications that exist in a Docker container are

  • Isolated
  • Scaleable
  • Complete in configuration and setup
  • Automated
  • Docker swarms are
  • Scaleable
  • Load balanced
  • Clustered
  • Fault tolerant

All of the tasks, work, and architecture that previously was manually managed by disparate groups and individuals is automated in a reliable and feature complete system automatically by using docker in swarm mode.

An application developer can deploy a docker image that is then run in swarm mode and it will be as if an entire team of individuals monitor and maintain the application automatically by the docker swarm infrastructure.