forked from LaconicNetwork/kompose
Add cap_add and cap_drop to unsupported keys
This commit is contained in:
parent
fe632d9d39
commit
8b66473edd
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user