浏览代码

Add storage_opt to 2.2 schema

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 年之前
父节点
当前提交
5c5a40c337
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compose/config/config_schema_v2.2.json

+ 1 - 0
compose/config/config_schema_v2.2.json

@@ -235,6 +235,7 @@
         "stdin_open": {"type": "boolean"},
         "stop_grace_period": {"type": "string", "format": "duration"},
         "stop_signal": {"type": "string"},
+        "storage_opt": {"type": "object"},
         "tmpfs": {"$ref": "#/definitions/string_or_list"},
         "tty": {"type": "boolean"},
         "ulimits": {