-
qemu-kvm虚拟机管理器工具,即vm-manager
资源介绍
#VM管理器
此工具基于
##如何安装和使用
首先,安装go
然后,设置$ GOPATH和$ PATH
# append below lines to .bashrc or .zshrc or other shell profile
export $GOPATH=your-go-code-path
export $PATH=$GOPATH/bin:$PATH
(您可以重新登录shell)
然后,安装vm-manager
go get github.com/zeropage/vm-manager
并制作如下配置文件。
#This is example file
#config.yaml
vm:
example:
cpu :
core : 1
memory : 512M
disks :