Anyone got any great Docker-containers that I cannot live without? Would be cool to hear what kind of stuff you run in Docker so I can get some inspiration.
The question kind of reminds me to a german saying: having is better then needing *cough*
In computer science, we have practical patterns like YAGNI (You Aren't Gonna Need It). In summary: do things when you need them, not when you think they might become usefull in the future. Without YAGNI you might end up loosing time without gaining any benefits - while the safed time can be spend with useful things in the present
If you want to dig into docker itself, I highly recommend this
self paced training. Don't be intimidated by the number of slides, you can rush through many of them.