mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-04 06:51:42 +00:00
Fix issue#20, format following the guidelines
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
##总结
|
||||
总体来看,Docker容器还是十分安全的,特别是在容器内不使用root权限来运行进程的话。
|
||||
## 总结
|
||||
总体来看,Docker 容器还是十分安全的,特别是在容器内不使用 root 权限来运行进程的话。
|
||||
|
||||
另外,用户可以使用现有工具,比如Apparmor, SELinux, GRSEC来增强安全性;甚至自己在内核中实现更复杂的安全机制。
|
||||
另外,用户可以使用现有工具,比如 Apparmor, SELinux, GRSEC 来增强安全性;甚至自己在内核中实现更复杂的安全机制。
|
||||
|
Reference in New Issue
Block a user