bootstrap-vz/bootstrapvz/plugins/docker_daemon/manifest-schema.yml

29 lines
570 B
YAML
Raw Normal View History

---
$schema: http://json-schema.org/draft-04/schema#
title: Install Docker plugin manifest
type: object
properties:
plugins:
type: object
properties:
docker_daemon:
type: object
properties:
version:
pattern: '^\d\.\d{1,2}\.\d$'
type: string
2014-11-21 12:26:56 -08:00
docker_opts:
type: string
system:
type: object
properties:
architecture:
type: string
enum: [amd64]
release:
not:
type: string
enum:
- squeeze
- oldstable