unsupported keys

This commit is contained in:
Abhishek 2017-03-01 16:06:18 +05:30
parent 84dba65a2d
commit a539e44d94

View File

@ -76,6 +76,7 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
"Ulimits": false,
"Dockerfile": false,
"Net": false,
"Sysctls": false,
"Networks": false, // there are special checks for Network in checkUnsupportedKey function
}