1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

adding tmpfs field to the compose 3.6v file spec and updating binary

Signed-off-by: Ethan Haynes <ethanhaynes@alumni.harvard.edu>
Upstream-commit: b15362ce32
Component: cli
This commit is contained in:
Ethan Haynes
2018-01-16 10:50:40 -06:00
parent 596eb2d73f
commit 6480a738eb
2 changed files with 10 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -300,6 +300,15 @@
"properties": {
"nocopy": {"type": "boolean"}
}
},
"tmpfs": {
"type": "object",
"properties": {
"size": {
"type": "integer",
"minimum": 0
}
}
}
},
"additionalProperties": false