|
|
|
|
|
by zer00eyz
819 days ago
|
|
>>> To me, all that points at containers being in some way a solution to Dynamic linking. And maybe an over the top solution. ... Should we be doing more static linking? Not even depending on libc? What are the challenges with that? >> but it's a ruby application and I need to install the whole stack of things, plus the gems. Instead I containerize it, and keep my system clean. There was a bit of drama recently with the Bottles project and some Distro maintainers. With the Bottles devs saying "we only want the appimage as a distribution method". I see containers as a means of distributing software. If that ruby app was a binary, then the container would become baggage. |
|
Good for them having wishes, yet free software doesn't work that way in most cases. :)
> I see containers as a means of distributing software
That's OK. Docker is a tool, and tools can be held and used in many ways.