Fix utf8/links/shell

This commit is contained in:
Sebastiaan van Steenis
2018-05-22 10:26:33 -07:00
committed by Mark Bishop
parent c9e44be5c2
commit f88022b6b2
6 changed files with 90 additions and 70 deletions
+5 -4
View File
@@ -4,8 +4,9 @@
<p><b>Command</b></p>
<pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">
docker run -d -p 80:80 -p 443:443 \
-v /host/rancher:/var/lib/rancher \
rancher/rancher
</pre>
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
-v /host/rancher:/var/lib/rancher \
rancher/rancher:latest
</pre>
</div>