mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Fix formats and change tab indentation to space indentation
This commit is contained in:
@@ -62,9 +62,9 @@ To install Rancher on your Equinix Metal host, connect to it and then use a shel
|
||||
|
||||
2. From your shell, enter the following command:
|
||||
|
||||
```
|
||||
```
|
||||
sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher
|
||||
```
|
||||
```
|
||||
|
||||
**Result:** Rancher is installed.
|
||||
|
||||
|
||||
@@ -129,7 +129,6 @@ helm install rancher rancher-latest/rancher `
|
||||
--set replicas=1 `
|
||||
--set bootstrapPassword=<PASSWORD_FOR_RANCHER_ADMIN>
|
||||
```
|
||||
```
|
||||
|
||||
Now if you navigate to `<IP_OF_LINUX_NODE>.sslip.io` in a web browser, you should see the Rancher UI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user