|
|
|
|
|
by teacup50
4266 days ago
|
|
If this is true, then we're about to become locked-in to Docker's "kitchen sink" model of application packaging, where we're back to the bad old days of applications that can only run on a single platform. So much for the portability of modern language runtimes (Ruby, Java, Python, etc), or even being able to cross-compile to other platforms. Docker solves the wrong end of application packaging by essentially packaging up the entire damn global (and non-portable) OS environment. |
|
While that's the convention, I don't believe that will be the case going forward. I think it's a pretty negative and short sighted response.
I saw a demo very recently of someone creating an extremely barebones container - they were able to trace the exact dependency tree of an application, isolate it, and put it in to a Docker container. All that existed was apps+dependency, no userland. That's the future, imo.
> So much for the portability of modern language runtimes (Ruby, Java, Python, etc), or even being able to cross-compile to other platforms.
Funny you should mention that, because cross compilation happens in Docker all of the time.
Does that address your concern? If not I'd be happy to discuss further.