Packer example to create images.
git clone https://github.com/n-traore/packer-examples.git && \
cd packer-examples
Choose the system you want to build in the src
folder, and run the config from the root folder. For example, to build a virtualbox VM with debian :
packer init src/virtualbox/debian/
packer validate src/virtualbox/debian/
packer build src/virtualbox/debian/