Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 417 Bytes

File metadata and controls

22 lines (14 loc) · 417 Bytes

Quick install of Rancher latest using Docker

At the end of the Lab you will have:

  • Rancher running in Docker

Prerequisites:

Installing Rancher in docker

1) run docker command

sudo docker run --privileged -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
rancher/rancher