Merge pull request #468 from kadel/cap

Add cap_add and cap_drop to unsupported keys
This commit is contained in:
Tomas Kral 2017-03-02 19:21:29 +01:00 committed by GitHub
commit 96cfc3c506

View File

@ -50,6 +50,8 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
// to make sure that unsupported key is not going to be reported twice
// by keeping record if already saw this key in another service
var unsupportedKey = map[string]bool{
"CapAdd": false,
"CapDrop": false,
"CgroupParent": false,
"Devices": false,
"DependsOn": false,