Merge pull request #459 from procrypt/unsupported_keys

unsupported keys
This commit is contained in:
Tomas Kral 2017-03-02 13:57:46 +01:00 committed by GitHub
commit fe632d9d39

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
}