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

Add shm_size property to build configuration in Compose schema

Signed-off-by: Joffrey F <joffrey@docker.com>
Upstream-commit: e49f14cf36
Component: cli
This commit is contained in:
Joffrey F
2017-12-06 12:16:12 -08:00
parent 0aafcdcf36
commit 31d8edcd80
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -87,7 +87,8 @@
"labels": {"$ref": "#/definitions/list_or_dict"},
"cache_from": {"$ref": "#/definitions/list_of_strings"},
"network": {"type": "string"},
"target": {"type": "string"}
"target": {"type": "string"},
"shm_size": {"type": ["integer", "string"]}
},
"additionalProperties": false
}
@@ -300,7 +301,8 @@
"nocopy": {"type": "boolean"}
}
}
}
},
"additionalProperties": false
}
],
"uniqueItems": true