forked from LaconicNetwork/kompose
Merge pull request #459 from procrypt/unsupported_keys
unsupported keys
This commit is contained in:
commit
fe632d9d39
@ -76,6 +76,7 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
|
|||||||
"Ulimits": false,
|
"Ulimits": false,
|
||||||
"Dockerfile": false,
|
"Dockerfile": false,
|
||||||
"Net": false,
|
"Net": false,
|
||||||
|
"Sysctls": false,
|
||||||
"Networks": false, // there are special checks for Network in checkUnsupportedKey function
|
"Networks": false, // there are special checks for Network in checkUnsupportedKey function
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user