Merge pull request #10265 from lz1irq/update-lxd-builder-docs
Add couple of missing LXD builder parameters to documentation
This commit is contained in:
commit
f8cee26dac
|
@ -59,8 +59,13 @@ Below is a fully functioning example.
|
||||||
- `init_sleep` (string) - The number of seconds to sleep between launching
|
- `init_sleep` (string) - The number of seconds to sleep between launching
|
||||||
the LXD instance and provisioning it; defaults to 3 seconds.
|
the LXD instance and provisioning it; defaults to 3 seconds.
|
||||||
|
|
||||||
- `name` (string) - The name of the started container. Defaults to
|
- `name` (string) - Name of the builder. Defaults to `lxd`.
|
||||||
`packer-$PACKER_BUILD_NAME`.
|
|
||||||
|
- `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
|
- `output_image` (string) - The name of the output artifact. Defaults to
|
||||||
`name`.
|
`name`.
|
||||||
|
|
Loading…
Reference in New Issue