mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 07:51:39 -04:00
Add couple of missing LXD builder parameters to documentation
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user