created: 20151217170810197 creator: user modified: 20161118204813708 modifier: user tags: docker title: Rancher type: text/vnd.tiddlywiki ``` docker run -d -p 2380:8080 rancher/server ``` ``` docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/rancher:/var/lib/rancher rancher/agent:v1.0.1 http://192.168.88.100:2380/v1/scripts/F6228F00828541320DBF:1460962800000:N9TpT3F5UVU0oIa9Mwm1AN6OHos ``` ; Docker Cloud - Your first service : https://docs.docker.com/docker-cloud/getting-started/your_first_service/ ; My Docker Cloud on black machine : https://cloud.docker.com/container/service/4f127ef8-a6e9-4b34-a308-673812ceb89f/show/#container-endpoints ;In this guide, we will create a simple Rancher install, which is a single host installation that runs everything on a single Linux machine. :http://docs.rancher.com/rancher/quick-start-guide/ http://docs.rancher.com/rancher/v1.1/en/installing-rancher/installing-server/basic-ssl-config/ https://github.com/rancher/community-catalog/issues/109 sudo ros config set rancher.docker.args "['daemon','--log-opt','max-size=25m','--log-opt','max-file=2','-s','overlay','-G','docker','-H','unix:///var/run/docker.sock','--userland-proxy=false','--insecure-registry=registry:5000']" ; Using Docker-machine : http://docs.rancher.com/os/running-rancheros/workstation/docker-machine/