docker_practice/security/summary.md
2014-11-20 01:05:42 +08:00

5 lines
283 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 總結
總體來看Docker 容器還是十分安全的,特別是在容器內不使用 root 權限來執行程序的話。
另外,用戶可以使用現有工具,比如 Apparmor, SELinux, GRSEC 來增強安全性;甚至自己在內核中實現更復雜的安全機制。