From a5af88224a42df0136fbe5dea5a7095bf52f5139 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Fri, 22 Dec 2017 15:20:35 +0800 Subject: [PATCH] Update doc about running Rancher on RancherOS https://github.com/rancher/os/issues/1962 --- docs/os/running-rancher-on-rancheros/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/os/running-rancher-on-rancheros/index.md b/docs/os/running-rancher-on-rancheros/index.md index cc3283a2..9e20b07d 100644 --- a/docs/os/running-rancher-on-rancheros/index.md +++ b/docs/os/running-rancher-on-rancheros/index.md @@ -91,12 +91,12 @@ Adding more than one host label requires joining the additional host labels with rancher: services: rancher-agent1: - image: rancher/agent:v0.8.2 - command: http://:8080/v1/projects/1a5/scripts/ - privileged: true - volumes: - - /var/run/docker.sock:/var/run/docker.sock - environment: - CATTLE_HOST_LABELS: foo=bar&hello=world + image: rancher/agent:v0.8.2 + command: http://:8080/v1/projects/1a5/scripts/ + privileged: true + volumes: + - /var/run/docker.sock:/var/run/docker.sock + environment: + CATTLE_HOST_LABELS: foo=bar&hello=world ```