@bagder a bit off-topic, but I just realized: people are running curl in Docker. A single binary command line application. And not a few, but causing 5000000000 downloads. What is going on in IT?
Top-level
6 comments
@blacklight @yesbait @bagder docker only downloads the parts of an image you are missing, so, if you already have an alpine image from a different container, docker reuses it and only downloads the additional files required to run curl |
@yesbait @bagder I think it's docker-composer's fault for turning a container manager basically into a package manager.
When disk space is no longer a constraint, people start installing a 100 MB Alpine image just to run a 5 MB executable.