Skip to content

Instantly share code, notes, and snippets.

@pungoyal
Last active October 22, 2016 05:34
Show Gist options
  • Save pungoyal/040673bf567d5d1f1a0bccc96d1cada0 to your computer and use it in GitHub Desktop.
Save pungoyal/040673bf567d5d1f1a0bccc96d1cada0 to your computer and use it in GitHub Desktop.
Install the rancher server
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