How to add builder plugin?
I have:
- OS Debian
- Download file “packer” to folder /opt/packer
- Set up path PATH=/opt/packer
How add builder plugin ( for instance DigitalOcean Builder ) ?
How to add builder plugin?
I have:
How add builder plugin ( for instance DigitalOcean Builder ) ?
Create a my_box_config.pkr.hcl file.
In it, put your packer, variable(s) (optional),
locals (optional), source and build configuration options.
Then run packer init
to ad the builder plugin
and packer build
to run the thing.