|
> Containers are also a simple, practical way to bundle applications and their dependencies in a relatively standardized way, so they can be run on different compute fabrics. What I find interesting, is that many uses of containers are just reinventing statically linked binaries in a more complicated form. |
The answer to this is a container. Containers don't "reinvent" static linking, they solve problems that go beyond static linking.