Step 1 – Install Docker
Step 2 – Choose an SSL Option and Install Rancher
Choose from the following options:
- Option A: Default Rancher-generated Self-signed Certificate
- Option B: Bring Your Own Certificate, Self-signed
- Option C: Bring Your Own Certificate, Signed by a Recognized CA
- Option D: Let’s Encrypt Certificate
Step 3 – Option A: Default Rancher-generated Self-signed Certificate
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
--privileged \
rancher/rancher:latest
Reference:
- https://rancher.com/docs/rancher/v2.6/en/installation/other-installation-methods/single-node-docker/
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024