How to Installing Rancher on a Single Node Using Docker


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:

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x