Document the `config` option to the lxd builder.

This commit is contained in:
Nye Liu 2018-08-02 12:29:17 -07:00 committed by GitHub
parent f3ef599f1c
commit 8458b60b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -71,3 +71,5 @@ Below is a fully functioning example.
set the description, but can be used to set anything needed. set the description, but can be used to set anything needed.
See https://stgraber.org/2016/03/30/lxd-2-0-image-management-512/ See https://stgraber.org/2016/03/30/lxd-2-0-image-management-512/
for more properties. for more properties.
- `config` (map) - List of key/value pairs you wish to pass to `lxc launch` via `--config`. Defaults to empty.