Add cap_add and cap_drop to unsupported keys

This commit is contained in:
Tomas Kral 2017-03-02 14:54:52 +01:00
parent fe632d9d39
commit 8b66473edd
No known key found for this signature in database
GPG Key ID: E690DA7E4F291FA6

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,