From 3d7fe8a4ec40f9edc249530c62b64c3a7eb50438 Mon Sep 17 00:00:00 2001 From: Chris Fordham <33814927+chris-scentregroup@users.noreply.github.com> Date: Tue, 8 May 2018 16:25:12 +1000 Subject: [PATCH] Fix unintended extra space in docker run command (#94) No `rancher/rancher: latest` --- .../server-installation/single-node-install/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md b/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md index 06361a8b687..4c3ffad6f64 100644 --- a/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md +++ b/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md @@ -104,9 +104,14 @@ docker run -d -p 80:80 -p 443:443 rancher/rancher --acme-domain rancher.mydomain *Note: Let's Encrypt provides rate limits for requesting new certificates, keep this in mind when creating and destroying the container multiple times. Read more on this in the [Let's Encrypt documentation on rate limits](https://letsencrypt.org/docs/rate-limits/).* +``` +$ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest +``` + ## SSL FAQ / Troubleshooting {{< readfile file="rancher/v2.x/en/data/files/ssl_faq.md" markdown="true" >}} + ## Persisent data {{< readfile file="rancher/v2.x/en/data/files/persistentdata.md" markdown="true" >}}