瀏覽代碼

Added IPC spec to fields_schema.json

Signed-off-by: Lachlan Pease <[email protected]>
Lachlan Pease 10 年之前
父節點
當前提交
67957318ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compose/config/fields_schema.json

+ 1 - 0
compose/config/fields_schema.json

@@ -59,6 +59,7 @@
         "external_links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
         "hostname": {"type": "string"},
         "image": {"type": "string"},
+        "ipc": {"type": "string"},
         "labels": {"$ref": "#/definitions/list_or_dict"},
         "links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},