"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

February 04, 2023

Without Docker

Without Docker
  • Test team, Package breaks in my environment
  • Product manager - What all I need to install to run it
  • Production Support - Give me software install documentation

And Finally,

Developer - It works in my Environment :)

With Docker

  • Faster Packaging
  • Faster Collaboration
  • Simplified Development Environment
Concept Aspects
  • Image - Class - Docker File Definition
  • Container - Object - Instantiate a Docker Image

Keep Exploring!!!

No comments: