Fix formats and change tab indentation to space indentation

This commit is contained in:
vickyhella
2022-09-07 16:12:30 +08:00
parent 38da4eb019
commit b9436d71e6
41 changed files with 130 additions and 133 deletions
@@ -52,9 +52,9 @@ To install Rancher on your host, connect to it and then use a shell to install.
1. From your shell, enter the following command:
```
sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher
```
```
sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher
```
**Result:** Rancher is installed.