Member-only story
Setup Rancher Desktop on PopOS!
Docker | Moby | Rancher Desktop| Linux | Development | Containerd
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β¦