Last active
October 22, 2016 05:34
-
-
Save pungoyal/040673bf567d5d1f1a0bccc96d1cada0 to your computer and use it in GitHub Desktop.
Install the rancher server
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
sudo apt-get install -y lxc wget bsdtar curl htop screen | |
sudo apt-get install -y linux-image-extra-$(uname -r) | |
sudo modprobe aufs | |
screen - | |
curl -sSL https://get.docker.com/ | sh | |
sudo usermod -aG docker ubuntu | |
sudo reboot | |
screen - | |
docker run -d --restart=always -p 8080:8080 rancher/server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment