Merge pull request #482 from dnephin/add-ulimit-to-unsupported

Add ulimits to unsupported compose fields
This commit is contained in:
Daniel Nephin 2017-08-29 19:26:36 -04:00 committed by GitHub
commit 65202d669a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ var UnsupportedProperties = []string{
"shm_size", "shm_size",
"sysctls", "sysctls",
"tmpfs", "tmpfs",
"ulimits",
"userns_mode", "userns_mode",
} }