mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Fix unintended extra space in docker run command (#94)
No `rancher/rancher: latest`
This commit is contained in:
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" >}}
|
||||
|
||||
Reference in New Issue
Block a user