Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 522 Bytes

README.md

File metadata and controls

executable file
·
11 lines (6 loc) · 522 Bytes

TerraKVM

An Alpine based Docker container running Terraform and terraform-libvirt-provider.

Usage

Mount a path containing your .tf files, and also your libvirt socket at /libvirt-sock.

docker run --name terraform -it -v /var/run/libvirt/libvirt-sock:/libvirt-sock -v /path/to/tf/files:/terraform udkyo/terrakvm sh

Optionally, mount paths to pool storage locations etc if you plan to manipulate files manually.