Slide 6
Slide 6 text
Why should you use Docker?
➔ Easy onboarding
● docker-compose up
● No more cumbersome and outdated README files
➔ Versioned, same software and configs everywhere: git pull
● locally, for the entire team
● CI
● staging
● prod
➔ Standardized, industry standard
➔ Great tooling, large ecosystem (GitHub Actions, Rancher, K8s...)
➔ (Almost) cross platform: Linux, Windows, Mac
@dunglas