Skip to main content

Rancher Manager Installation

Install Docker

Rancher requires Docker to be installed on the host. You can install Docker by following the script by Rancher or by following the official Docker documentation.

curl https://releases.rancher.com/install-docker/20.10.sh | sh

Rancher - Docker Installation

docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
--privileged \
rancher/rancher:latest \
--acme-domain <YOUR.DNS.NAME>