Hacker News new | ask | show | jobs
by funcDropShadow 813 days ago
Docker containers are not really a security measure.
1 comments

It is a security measure. Sure it doesn't secure anything in the container itself. But it secures the container from other containers. Code can (as proven) not be trusted, but the area of effect can be reduced.
Only with additional hardening between the container and the kernel and hardware itself.