Categorygithub.com/anandadwipra/SVM
module
0.0.0-20221214123926-56f2754491bc
Repository: https://github.com/anandadwipra/svm.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author