mirror of https://github.com/docker/cli.git
Merge pull request #482 from dnephin/add-ulimit-to-unsupported
Add ulimits to unsupported compose fields
This commit is contained in:
commit
65202d669a
|
@ -23,6 +23,7 @@ var UnsupportedProperties = []string{
|
||||||
"shm_size",
|
"shm_size",
|
||||||
"sysctls",
|
"sysctls",
|
||||||
"tmpfs",
|
"tmpfs",
|
||||||
|
"ulimits",
|
||||||
"userns_mode",
|
"userns_mode",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue