I like Docker Compose as a super convenient way to spin up a local service stack for development and testing.
A few lines of YAML and I can easily have my app, a database, a queue, etc. running in a convenient and isolated fashion thanks to Docker , with config I can keep in Git