Fix unintended extra space in docker run command (#94)

No `rancher/rancher: latest`
This commit is contained in:
Chris Fordham
2018-05-07 23:25:12 -07:00
committed by Mark Bishop
parent 1653048c9e
commit 3d7fe8a4ec
@@ -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" >}}