Skip to content

Instantly share code, notes, and snippets.

View aimproxy's full-sized avatar
🎯
Focusing

Micael Dias aimproxy

🎯
Focusing
View GitHub Profile
@aimproxy
aimproxy / Installing Rancher and RKE
Created March 15, 2022 19:35 — forked from kiranchavala/Installing Rancher and RKE
Installing Rancher and RKE
Installing RKE and Rancher
Ubuntu 20.04
1 vim /etc/ssh/sshd_config
2 systemctl restart sshd
3 sudo apt-get update
4 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
5 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
6 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \