Merge pull request #3873 from btat/typos

Fix typo
This commit is contained in:
Billy Tat
2022-02-14 16:20:17 -08:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
@@ -107,7 +107,7 @@ When installing Rancher with Docker, use the `--features` option. In the below e
docker run -d -p 80:80 -p 443:443 \ docker run -d -p 80:80 -p 443:443 \
--restart=unless-stopped \ --restart=unless-stopped \
rancher/rancher:rancher-latest \ rancher/rancher:rancher-latest \
--features=<FEATURE-FLAG-NAME-1>=true,<FEATURE-NAME-2>=true # Available as of v2.3.0 --features=<FEATURE-FLAG-NAME-1>=true,<FEATURE-FLAG-NAME-2>=true # Available as of v2.3.0
``` ```
{{% /tab %}} {{% /tab %}}
@@ -131,7 +131,7 @@ When installing Rancher with Docker, use the `--features` option. In the below e
docker run -d -p 80:80 -p 443:443 \ docker run -d -p 80:80 -p 443:443 \
--restart=unless-stopped \ --restart=unless-stopped \
rancher/rancher:rancher-latest \ rancher/rancher:rancher-latest \
--features=<FEATURE-FLAG-NAME-1>=true,<FEATURE-NAME-2>=true --features=<FEATURE-FLAG-NAME-1>=true,<FEATURE-FLAG-NAME-2>=true
``` ```
@@ -102,7 +102,7 @@ When installing Rancher with Docker, use the `--features` option. In the below e
docker run -d -p 80:80 -p 443:443 \ docker run -d -p 80:80 -p 443:443 \
--restart=unless-stopped \ --restart=unless-stopped \
rancher/rancher:rancher-latest \ rancher/rancher:rancher-latest \
--features=<FEATURE-FLAG-NAME-1>=true,<FEATURE-NAME-2>=true --features=<FEATURE-FLAG-NAME-1>=true,<FEATURE-FLAG-NAME-2>=true
``` ```