Instructions
- Start by creating a brand new droplet on DigitalOcean. Create a droplet with 4GB of RAM. Make sure you select Ubuntu 18.09 (LTS).
- SSH into the droplet to install Docker
- Install rancher
curl https://releases.rancher.com/install-docker/19.03.sh | sh
-
Point your DNS records for rancher.\$DOMAIN.com to your rancher droplets IP
- Its a good idea to use a floating IP for your rancher droplet
-
Install and start rancher
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 rancher/rancher:stable \
--acme-domain rancher.$DOMAIN.com
-
Go to
rancher.$DOMAIN.com
and set up a new password
Screencast
Resources
- Install Docker Script
- Rancher Node Requirements
- Install Docker Community Edition
- Rancher Single Node Install
- DigitalOcean Referal Link
Get More!