Add v2 configuration tests
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
df6877a277
commit
ecef5d37a7
5 changed files with 251 additions and 31 deletions
|
|
@ -290,7 +290,7 @@ def validate_against_fields_schema(config, filename, version):
|
|||
_validate_against_schema(
|
||||
config,
|
||||
schema_filename,
|
||||
format_checker=["ports", "environment", "bool-value-in-mapping"],
|
||||
format_checker=["ports", "expose", "bool-value-in-mapping"],
|
||||
filename=filename)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue