stages/skopeo: document the defaults in the schema
This commit is contained in:
parent
9e612822d0
commit
852a76cc5c
1 changed files with 4 additions and 2 deletions
|
|
@ -27,11 +27,13 @@ SCHEMA_2 = r"""
|
|||
},
|
||||
"storage-path": {
|
||||
"description": "Container storage location (default /var/lib/containers/storage).",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"default": "/var/lib/containers/storage"
|
||||
},
|
||||
"storage-driver": {
|
||||
"description": "The container storage driver to use (default overlay).",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"default": "overlay"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue