
This extends the virsh-based test tooling to both the previous, basic example and the new "complete" example. It also removes the Vagrant tooling. Change-Id: I249f937e9b3eedc486e31a3d1c1ac31bcfdf0ca8
16 lines
265 B
YAML
16 lines
265 B
YAML
---
|
|
schema: promenade/Docker/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: docker
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
data:
|
|
config:
|
|
insecure-registries:
|
|
- registry:5000
|
|
live-restore: true
|
|
storage-driver: overlay2
|
|
...
|