Removed --privileged references and added command

As suggested, the `--privileged` reference was removed from every options and only the description, at the top, remains.

In every options, the command's introduction has been rephrased to be more generic.
This commit is contained in:
Nuno do Carmo
2021-11-17 09:22:02 +01:00
committed by GitHub
parent a1381ebcb2
commit 5c240e81b0
@@ -50,9 +50,7 @@ Choose from the following options:
If you are installing Rancher in a development or testing environment where identity verification isn't a concern, install Rancher using the self-signed certificate that it generates. This installation option omits the hassle of generating a certificate yourself.
Log into your Linux host, and then run the minimum installation command below.
Privileged access is [required.](#privileged-access-for-rancher)
Log into your host, and run the command below:
```bash
docker run -d --restart=unless-stopped \
@@ -79,7 +77,7 @@ After creating your certificate, run the Docker command below to install Rancher
| `<PRIVATE_KEY.pem>` | The path to the private key for your certificate. |
| `<CA_CERTS.pem>` | The path to the certificate authority's certificate. |
Privileged access is [required.](#privileged-access-for-rancher)
Log into your host, and run the command below:
```bash
docker run -d --restart=unless-stopped \
@@ -111,7 +109,7 @@ After obtaining your certificate, run the Docker command below.
| `<FULL_CHAIN.pem>` | The path to your full certificate chain. |
| `<PRIVATE_KEY.pem>` | The path to the private key for your certificate. |
Privileged access is [required.](#privileged-access-for-rancher)
Log into your host, and run the command below:
```bash
docker run -d --restart=unless-stopped \
@@ -141,7 +139,7 @@ After you fulfill the prerequisites, you can install Rancher using a Let's Encry
| ----------------- | ------------------- |
| `<YOUR.DNS.NAME>` | Your domain address |
Privileged access is [required.](#privileged-access-for-rancher)
Log into your host, and run the command below:
```
docker run -d --restart=unless-stopped \
@@ -155,13 +153,9 @@ docker run -d --restart=unless-stopped \
If you are installing Rancher in a development or testing environment where you have a localhost tunneling solution running, such as [ngrok](https://ngrok.com/), avoid generating a certificate. This installation option doesn't require a certificate.
- You will use `--no-cacerts` in the argument to disable the default CA certificate generated by Rancher. Note that privileged access is [required.](#privileged-access-for-rancher).
- You will use `--no-cacerts` in the argument to disable the default CA certificate generated by Rancher.
Log into your host machine and run the Docker command below:
- Use the `--no-cacerts` as argument to the container to disable the default CA certificate generated by Rancher.
Privileged access is [required.](#privileged-access-for-rancher)
Log into your host, and run the command below::
```bash
docker run -d --restart=unless-stopped \