Skip to content

sgf-web-devs/Feb16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published