docker_practice/security/summary.md

5 lines
277 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

##总结
总体来看Docker容器还是十分安全的特别是在容器内不使用root权限来运行进程的话。
另外用户可以使用现有工具比如Apparmor, SELinux, GRSEC来增强安全性甚至自己在内核中实现更复杂的安全机制。