Create self box with Packer. #380
-
I am a newbie from Vietnam and I would like to create a personal Vagrant box and upload it to the Vagrant Cloud for use with Vagrant. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@tinntvs thanks for your question. Please take a look at the documentation in this repo, the whole process of building a box - including generating the Packer templates - is described there, all the sources are public, so it is already shared with everyone. You can find the individual parts for each OS and component under the usual src folder. I hope this helps, please let me know. |
Beta Was this translation helpful? Give feedback.
No worries, this approach I use is in this repo is a bit unorthodox, indeed, the full templates are constructed during the build, as the first step, with the
--target=restore
switch. After you run this restore stage, the resulting folders under thebuild
folder should be working in a standalone setup as well, so you can check out the full templates from there.