|
|
|
|
|
by Saint_Genet
1835 days ago
|
|
Your first paragraph pretty much sums up what docker is, it’s a convenient way to design and build a system, but it is not a security mechanism. If you’re building a system that’s handling classified information, there is probably not an accreditation authority in the world that would let you use containers or even hypervisors as a way to separate different information classes. |
|
Other implementation like podman get even better security by not running as root.