본문 바로가기
ops/other

ubuntu에 rancher desktop 설치하기

by seohan1010 2025. 11. 24.

https://docs.rancherdesktop.io/getting-started/installation/

 

Installation | Rancher Desktop Docs

Rancher Desktop is delivered as a desktop application. You can download it from

docs.rancherdesktop.io

 

 

 

curl -s https://download.opensuse.org/repositories/isv:/Rancher:/stable/deb/Release.key | gpg --dearmor | sudo dd status=none of=/usr/share/keyrings/isv-rancher-stable-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/isv-rancher-stable-archive-keyring.gpg] https://download.opensuse.org/repositories/isv:/Rancher:/stable/deb/ ./' | sudo dd status=none of=/etc/apt/sources.list.d/isv-rancher-stable.list
sudo apt update
sudo apt install rancher-desktop

 

'ops > other' 카테고리의 다른 글

ubuntu에서 kubectl 설치하기  (0) 2025.11.24
ubuntu에서 k3s 설치하기  (0) 2025.11.24
sonar quality gates  (0) 2025.11.19
jenkins에 sonarscanner 적용하기  (1) 2025.11.19
jenkins 파이프 라인에 sonarqube 적용하기  (0) 2025.11.18