Created
August 15, 2018 08:18
-
-
Save yuvalif/cf97a754198c20922731b132792156d4 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 -y install git | |
| yum -y install rsync | |
| yum -y install make | |
| yum -y install docker | |
| systemctl start docker | |
| systemctl enable docker | |
| git clone https://github.com/kubevirt/kubevirt.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment