Skip to content

krjakbrjak/packer_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building VMs with Packer (QEMU builder)

Packer is an excellent tool for automating the process of building virtual machine images. The QEMU builder is an ideal choice because it's supported across all platforms, including Apple Silicon.

Prerequisites

The following packages need to be installed on the system:

Build

vagrant plugin install vagrant-qemu # required vagrant plugin
packer init <PACKER_TEMPLATE>
packer build <PACKER_TEMPLATE>

Start VM

cd build/<TIMESTAMP>
vagrant up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages