зеркало из https://github.com/microsoft/docker.git
Merge pull request #11450 from crosbymichael/rlimitfix
Don't hardcode default rlimit
This commit is contained in:
Коммит
cf071bb962
|
@ -66,13 +66,6 @@ func New() *configs.Config {
|
|||
ReadonlyPaths: []string{
|
||||
"/proc/sys", "/proc/sysrq-trigger", "/proc/irq", "/proc/bus",
|
||||
},
|
||||
Rlimits: []configs.Rlimit{
|
||||
{
|
||||
Type: syscall.RLIMIT_NOFILE,
|
||||
Hard: 1024,
|
||||
Soft: 1024,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
if apparmor.IsEnabled() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче