Skip to content

Commit

Permalink
Merge pull request #5637 from docker/v3.6_schema_support
Browse files Browse the repository at this point in the history
Add support for 3.6 schema and tmpfs mount size
  • Loading branch information
shin- authored Feb 2, 2018
2 parents 4b6bfa4 + 9dde4ff commit ee7422a
Show file tree
Hide file tree
Showing 8 changed files with 635 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose/config/config_schema_v2.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@
"properties": {
"nocopy": {"type": "boolean"}
}
},
"tmpfs": {
"type": "object",
"properties": {
"size": {"type": ["integer", "string"]}
}
}
}
}
Expand Down
Loading

0 comments on commit ee7422a

Please sign in to comment.