Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 348 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 348 Bytes

Simple Virtual Machine

Simple Virtual Machine writen in Go


Introduction

A Simple build and manage Virtual Machine in KVM

How To Use

svm init # Setup Profile
svm img -url <image name> # download Cloud image 
svm create --name <vm_name> --img <image name> # create vm 

Build Binary file

make builds