|
|
|
|
|
by myusernameisok
3228 days ago
|
|
I feel like docker is core to more businesses than compressing/decompressing files. A lot of business package things in docker containers and are probably more likely to donate based on that. Compressing/decompression feels more like a low-level utility and users are probably unaware of whose code they're running at all. If the creater of "ls" or "cd" asked for donations, would you even realize? If docker asked for donations, would you realize? |
|
All Docker images are glorified tar layers that are compressed with gzip. By definition, all users of Docker are users of gzip and tar. I understand what your point is (it's not as visible) but I don't agree with saying it's "core to more businesses".
Also, if someone is using Kubernetes they soon might not be aware (or even care) whether they're using Docker thanks to the CRI.