Add ulimits to unsupported compose fields.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2017-08-29 17:05:16 -04:00
parent e6006219ab
commit bdc8cf364e
1 changed files with 1 additions and 0 deletions

View File

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