Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 455 Bytes

Packer example to create images.

Setup

1. Clone the repo

git clone https://github.com/n-traore/packer-examples.git && \
cd packer-examples

2. Run the config

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/