bootstrap-vz/bootstrapvz/plugins/docker_daemon/manifest-schema.yml
2018-02-08 06:02:20 +00:00

25 lines
533 B
YAML

---
$schema: http://json-schema.org/draft-04/schema#
title: Install Docker plugin manifest
type: object
properties:
system:
type: object
properties:
architecture:
type: string
enum: [amd64]
release:
type: string
plugins:
type: object
properties:
docker_daemon:
type: object
properties:
version:
pattern: '^\d\.\d{1,2}\.\d$'
type: string
docker_opts:
type: string
additionalProperties: false