Last active
August 29, 2015 14:16
-
-
Save purplefish32/a8692fc669d72f56cc59 to your computer and use it in GitHub Desktop.
Install rancher client
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 vi /etc/apt/sources.list | |
deb http://http.debian.net/debian wheezy-backports main | |
sudo apt-get update | |
sudo apt-get install -t wheezy-backports linux-image-amd64 | |
curl -sSL https://get.docker.com/ | sh | |
sudo adduser USER docker | |
docker run --rm -it --privileged -v /var/run/docker.sock:/var/run/docker.sock rancher/agent http://MANAGEMENT_IP:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment