sgf-web-devs / Feb16

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing Docker

Installation instructions for Docker can be found here. For linux, the following command will suffice:

wget -qO- https://get.docker.com/ | sh

Installing Docker Compose

Installation instructions for Docker Compose can be found here. For linux, the following command will suffice:

curl -L https://github.com/docker/compose/releases/download/1.5.2/docker-compose-\`uname -s\`-\`uname -m\` > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose\`

Installing Rancher

Installation instructions for Rancher can be found here. On any machine running docker, the following command will suffice.

sudo docker run -d --restart=always -p 8080:8080 rancher/server

About