|
|
|
|
|
by geofft
3926 days ago
|
|
It's containerization between trustworthy apps; it's not security containerization. What it gets you is, if you have one application that's designed to run well on RHEL 5 with /usr/bin/python pointing to Python 2.4, and another one that's designed to run well on Debian testing with a manual /usr/bin/python symlink to Python 3, you can give both of them what they want. This has nothing to do with security. If you want Docker + security isolation, I'm intrigued by Clear Containers, which is a lightweight KVM-based virtualization thing: https://lists.clearlinux.org/pipermail/dev/2015-September/00... https://lwn.net/Articles/644675/ |
|
https://coreos.com/blog/rkt-0.8-with-new-vm-support/