Boot Rancher OS from the iso image, then follow the instructions.
git clone https://github.com/matjazmav/rancheros-config.git
Check the config file: cloud-config.yml (ssh keys, interface, ...)
sudo ros install -c cloud-config.yml -d /dev/sda
After that restart computer. Now you should SSH to your machine.
Check the config files:
- configs/traefik/traefik.toml (email, domain, ...)
- docker-compose.yml (domain, ...)
# Create network for Traefik porxy
docker network create web
# Start docker-compose
docker-compose up -d
Go to Admin -> Access Controll -> Local and create Admin user.
Go to Infrastructure -> Hosts -> Add Host, click Save and copy the docker command to the host machine.