mirror of https://github.com/docker/cli.git
Add ulimits to unsupported compose fields.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
e6006219ab
commit
bdc8cf364e
|
@ -23,6 +23,7 @@ var UnsupportedProperties = []string{
|
|||
"shm_size",
|
||||
"sysctls",
|
||||
"tmpfs",
|
||||
"ulimits",
|
||||
"userns_mode",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue