mirror of https://github.com/docker/cli.git
adding tmpfs field to the compose 3.6v file spec and updating binary
Signed-off-by: Ethan Haynes <ethanhaynes@alumni.harvard.edu>
This commit is contained in:
parent
2b8cc52409
commit
b15362ce32
File diff suppressed because one or more lines are too long
|
@ -300,6 +300,15 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"nocopy": {"type": "boolean"}
|
"nocopy": {"type": "boolean"}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tmpfs": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"size": {
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
Loading…
Reference in New Issue