Why do they expect me to be able to use Docker by default?
Even for really simple projects with not a lot of dependancies. Example: https://github.com/adtac/commento#getting-started
Isn't it a major selling point of Go to be able to ship single binaries that "just run"? Why enforce Docker on users? To my eyes, it looks like I'm expected to run a (fast/quick)VM for every software package in an operating system. Why?
Is there any common knowledge of extracting a software package out of such "dockerized" projects that I don't know of?
Any educating in this respect is appreciated.