Add couple of missing LXD builder parameters to documentation

pull/10265/head
Ivaylo Markov 5 years ago
parent 4ead224c3b
commit 37eec09cea

@ -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`.

Loading…
Cancel
Save