Email or username:

Password:

Forgot your password?
Top-level
Fabio Manganiello

@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.

3 comments
DELETED

@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

Go Up