Questions tagged [rancher-desktop]
69 questions
6
votes
3 answers
How to ssh into rancher desktop node?
I just started to use Rancher and request to correct me for any wrong terminology.
Earlier I was using minikube on Macbook which provide SSH easily using minikube ssh for troubleshooting. As I am newbie to Rancher Desktop and wanted to do SSH on…

Ashish Kumar
- 524
- 6
- 18
6
votes
3 answers
modify docker daemon configuration in Rancher Desktop VM
Is there a way to modify docker daemon configuration in Rancher Desktop VM, e.g. adding insecure registries, etc...?
After such modification, I'd like to restart docker daemon for changes to apply. Is there a way to connect to Rancher Desktop…

rok
- 9,403
- 17
- 70
- 126
5
votes
3 answers
Rancher desktop, docker file shell commands are not working on mac m1 chip
hi following are my docker file commands
ARG debianVersion=10.2
FROM debian:${debianVersion}
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
ARG gid=1000
ARG AGENT_WORKDIR=/home/${user}/agent
USER root
RUN apt-get update
RUN groupadd -g ${gid}…

amodkanthe
- 4,345
- 6
- 36
- 77
4
votes
2 answers
NerdCTL will not use local image when building
I am trying to build a common base image, that many of my other images will use. But Nerdctl/Containerd doesn't seem to check for the image locally first.
Reproduced with the simple example
# Dockerfile.base
FROM python:3
# Dockerfile.child
From…

Matt Ruge
- 191
- 1
- 2
- 8
4
votes
1 answer
Getting error after Installing Rancher desktop and not seeing any docker images
Installed Rancher desktop version 1.0.1 and getting this error on the "Kubernetes setting" tab.
Images tab says: Waiting for image manager to be ready
Rancher desktop :Error Starting Kubernetes
Error:…

user3634685
- 431
- 3
- 7
- 15
3
votes
1 answer
Rancher desktop error when starting kubernetes
My Rancher desktop was working just fine, until today when I switched container runtime from containerd to dockerd. When I wanted to change it back to containerd, it says:
Error Starting Kubernetes
Error: unable to verify the first certificate
Some…

susgreg
- 61
- 8
3
votes
1 answer
How to increase docker memory limits with rancher desktop on MacOs?
I'm using rancher desktop for docker on mac os and trying to run multiple containers with docker-compose. When I run couple of them, everything is ok, but when I run all of them, at least one container always ends up with OOM error(usually it's…

artem malinko
- 41
- 3
3
votes
1 answer
Unable to find module - AWS Sam CLI Local Invoke with HelloWorld Example (Windows / Rancher Desktop)
With the recent subscription changes to Docker desktop, I am attempting to run SAM CLI on windows using Rancher desktop as an alternative.
While AWS SAM does not officially support Rancher, I have colleagues who have successfully done this. I…

georgew23
- 31
- 1
3
votes
0 answers
Rancher desktop unable to pull an image from Docker
I have downloaded and set up Rancher Desktop with nerdctl but I am unable to pull any public image from the Docker Hub. I am receiving an error:
INFO[0011] trying next host error="failed to do request:…

David Sagang
- 317
- 1
- 6
- 24
3
votes
0 answers
Rancher Desktop port forwarding not working
I created a service exposing port 8000/TCP and trying to get that port forwarded to my Mac.
$ kubectl describe svc ddb
Name: ddb
Namespace: default
Labels:
Annotations:
Selector: …

Victor
- 13,914
- 19
- 78
- 147
2
votes
1 answer
Got "failed to sufficiently increase receive buffer size" error for cloudflared
I have a local Kubernetes created by Rancher Desktop. I have deployed a named Cloudflared Tunnel based on this tutorial.
I recently started to get error:
failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416…

Hongbo Miao
- 45,290
- 60
- 174
- 267
2
votes
1 answer
How to set proxy credentials for Rancher Desktop
I have installed Rancher Desktop. It is working perfectly except for the inability for nerdctl and k3s to download docker images from hub.docker.com from behind my corporate firewall.
Question 1: After downloading Rancher Desktop, how do I set my…

Jerrod Horton
- 1,605
- 1
- 15
- 30
2
votes
2 answers
Rancher Desktop Kubernetes Virtualization Error
I am having an issue when I try to launch Rancher Desktop. I am running Ubuntu version 18.04.6 LTS. I have a suspicion the error is because I need a newer Ubuntu version but I am not sure. Also, my CPU has virtualization enabled (checked BIOS) so I…

Jabba the Hutt
- 654
- 3
- 15
2
votes
0 answers
Rancher Desktop macOS: Store images, containers and volumes in custom path
Is it possible in Rancher Desktop on macOS to specify the path, where all data (containers, images, volumes) are stored?
As far as I know Rancher Desktop creates (like Docker Desktop) a VM in which all these data is stored, so is it possible to set…

Yannic
- 698
- 8
- 22
2
votes
0 answers
Path expansion for volume overlays uses root with Rancher Desktop (OSX)
We're trying to use rancher desktop and nerdctl to bring up some compose stacks. The issue we've run into is that when you have a mount similar to the following, nerdctl expands either ${HOME} or ~/ to /root, despite me running the command as my…

geudrik
- 666
- 8
- 22