This is bad ergonomics because to use it the developer has to install Docker which is a monster made by commercial company and run with root privileges. It's privileges are enough to gather "telemetry" including you browser cookies and history, install and uninstall software or delete all files on your hard drive. Why would anyone want to run such dangerous daemon I don't understand.
Also on Windows and Mac Docker user virtual machines with worse performance.
It is OK to install Docker on a throwaway VPS, or in office, but not on your own machine.
Instead of this poor designed technology it is better to use portable programs (which can be downloaded in binary form to avoid compilation) and collection of bash scripts. Then you won't have to install the aforementioned proprietary daemon.
Also on Windows and Mac Docker user virtual machines with worse performance.
It is OK to install Docker on a throwaway VPS, or in office, but not on your own machine.
Instead of this poor designed technology it is better to use portable programs (which can be downloaded in binary form to avoid compilation) and collection of bash scripts. Then you won't have to install the aforementioned proprietary daemon.