Last active
July 24, 2017 14:43
-
-
Save rahulroshan96/a41d58ff63555499d62c4a6f4df98ed5 to your computer and use it in GitHub Desktop.
This file contains 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
sudo wget https://s3-us-west-2.amazonaws.com/avi-tmp-cus/multi_az_docker_install.tar.gz -O /home/aviuser/docker_install.tar.gz | |
sudo cd /home/aviuser/ | |
sudo tar -xvf /home/aviuser/docker_install.tar.gz | |
ip=`ifconfig | grep -A 1 'eth0' | tail -1 | cut -d ':' -f 2 | cut -d ' ' -f 1` | |
sudo ./avi_baremetal_setup.py -i $ip -c -cc 4 -cm 12 -m $ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment