Last active
September 17, 2018 15:18
-
-
Save yuvalif/7b4b2f4317464e0ed30c4d91e731a30e 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
| dnf -y install git | |
| dnf -y install rsync | |
| dnf -y install make | |
| dnf -y install docker | |
| systemctl start docker | |
| systemctl enable docker | |
| git clone https://github.com/kubevirt/kubevirt.git | |
| # you may need to run this before the build: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE | |
| # where eth0 should be replaced with whatever is on that machine | |
| # do that if the containers fail to fetch the software they need when running "make" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment