Merge pull request #10265 from lz1irq/update-lxd-builder-docs

Add couple of missing LXD builder parameters to documentation
This commit is contained in:
Chris Lundquist 2020-11-16 17:47:42 -08:00 committed by GitHub
commit f8cee26dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -59,8 +59,13 @@ Below is a fully functioning example.
- `init_sleep` (string) - The number of seconds to sleep between launching
the LXD instance and provisioning it; defaults to 3 seconds.
- `name` (string) - The name of the started container. Defaults to
`packer-$PACKER_BUILD_NAME`.
- `name` (string) - Name of the builder. Defaults to `lxd`.
- `container_name` (string) - Name of the build container.
Defaults to `packer-$name`.
- `profile` - Name of the LXD profile used for the build container.
Defaults to `default`.
- `output_image` (string) - The name of the output artifact. Defaults to
`name`.