假设我有一个最大锁定内存设置为 64kb的主机:
[root@host]# ulimit -l 64
以及在该主机中运行的 docker 容器,没有限制:
[root@container]# ulimit -l 无限制
哪些安全限制设置将应用于在 docker 容器内运行的应用程序?
rhel docker
docker ×1
rhel ×1