mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 19:43:41 +00:00
283 B
283 B
總結
總體來看,Docker 容器還是十分安全的,特別是在容器內不使用 root 權限來運行進程的話。
另外,用戶可以使用現有工具,比如 Apparmor, SELinux, GRSEC 來增強安全性;甚至自己在內核中實現更復雜的安全機制。