implement support for oom_score_adj

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2022-11-24 15:32:03 +01:00 коммит произвёл Nicolas De loof
Родитель 10a5d998e6
Коммит fb5b90ed47
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -397,6 +397,7 @@ func (s *composeService) getCreateOptions(ctx context.Context, p *types.Project,
LogConfig: logConfig,
GroupAdd: service.GroupAdd,
Links: links,
OomScoreAdj: int(service.OomScoreAdj),
}
return &containerConfig, &hostConfig, networkConfig, nil