Fix formats and change tab indentation to space indentation

This commit is contained in:
vickyhella
2022-09-09 11:56:17 +08:00
parent 38da4eb019
commit b9436d71e6
41 changed files with 130 additions and 133 deletions
@@ -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.