Last active
December 30, 2018 16:10
-
-
Save sbuvaneshkumar/306369c561dac4738f0e57058701b59c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum update -y | |
yum install -y wget qemu-kvm qemu-img virt-manager libvirt libvirt-python libvirt-client virt-install virt-viewer bridge-utils libvirt-daemon-kvm qemu-kvm | |
usermod -a -G libvirt $(whoami) | |
newgrp libvirt | |
systemctl enable --now libvirtd | |
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-centos7 -o /usr/local/bin/docker-machine-driver-kvm | |
chmod +x /usr/local/bin/docker-machine-driver-kvm | |
yum install -y origin-clients | |
wget https://github.com/minishift/minishift/releases/download/v1.29.0/minishift-1.29.0-linux-amd64.tgz | |
tar xvf minishift-1.27.0-linux-amd64.tgz | |
chmod +x minishift | |
mv minishift /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment