Search Results

Found 1 results for "92911ca4cb7a2f6fa7170d67a15b8dc4" across all boards searching md5.

Anonymous /g/105587481#105598274
6/15/2025, 7:36:24 AM
>>105598247
>But you're still talking about having an entire OS+dependencies just to run an application
that's not true, a container need only contain the dependencies for the application, no kernel or other unnecessary software
in practice you do typically have a package manager as well, since it makes installing software in a container easy, though there's nothing stopping you pointing a package manager to a folder to use as a container without putting it in the container as well
a package manager alone doesn't take up much space, especially ones like alpine's apk
an alpine rootfs suitable for a container is 8MiB