Member-only story

Setup Rancher Desktop on PopOS!

Docker | Moby | Rancher Desktop| Linux | Development | Containerd

βš— Kevin Summersill πŸ”‹
3 min readJun 27, 2022
Photo by Ian Taylor on Unsplash

Yes, docker is now collecting for their product. For this reason, all of my development environments are now running Rancher desktop. One of my main development machines is currently running PopOS! As I was working on the installation of Rancher Desktop I noticed that there were not very many articles to do this. So let’s install Rancher Desktop.

Step 1. Install pass

If you already have pass installed then move on to step 2. If you do not have a pass then run the following:

sudo apt install pass -y

Step 2. Setup the GPG Key by running:

Generate a GPG Key by running:

gpg --generate-key

Step 3. Utilize the Generated GPG Key and add it to Pass

Run the following:

pass init <gpg key>

Step 4. Utilize the .deb package

Run the following commands to install rancher:

curl -s https://download.opensuse.org/repositories/isv:/Rancher:/stable/deb/Release.key | gpg --dearmor | sudo dd status=none…

--

--

βš— Kevin Summersill πŸ”‹
βš— Kevin Summersill πŸ”‹

Written by βš— Kevin Summersill πŸ”‹

Enterprise Solution Architect | Certified K8s Administrator/Developer βš“ | SAFe SPC | Cert Terraform | AWS Solutions Architect | Dev*Ops/GitOps Engineer πŸ”₯

No responses yet