Questions tagged [rancher-desktop]
69 questions
1
vote
0 answers
Rancher Desktop hangs
I've just installed Rancher Desktop on a Windows 10 laptop, but this hangs in "Waiting for nodes".
All the logs file are empty even when the debug is enabled and the Images tab stays in "Waiting for image manager to be ready".
What can I do?
The…

cdprete
- 53
- 1
- 9
1
vote
0 answers
replacing the docker desktop to rancher desktop
I need to change my docker desktop to rancher desktop from my project. I'm using windows, I installed the rancher desktop. how is it going to see my project's credentials? I couldn't make it run locally.
any help?

dnyesil
- 21
- 2
0
votes
0 answers
How to change Rancher Desktop container IP range
By default every container in Rancher Desktop (using qemu) gets a 172.17.x.x IP.
This is problematic as I have other hosts on my regular intranet that also use the 172.17.0.0/17 range. Therefore I can currently not reach any of those hosts from…

lathspell
- 3,040
- 1
- 30
- 49
0
votes
1 answer
openssl s_server as entrypoint in Docker does not work
TL/DR
When I run openssl s_server -port X ... as ENTRYPOINT in a Docker container, the process starts and waits for connection, but connecting to it on port X fails.
If I connect to the running container (docker exec -it /bin/sh) and…

JeanMarc
- 306
- 1
- 10
0
votes
0 answers
Rancher Desktop - Nerdctl --output
I have installed Rancher Desktop.
My Dockerfile looks like this:
FROM amazonlinux:2 AS base
RUN yum install -y python3
...
RUN mkdir /output && venv-pack -o /output/pyspark_deps.tar.gz
FROM scratch AS export
COPY --from=base…

Flo
- 377
- 2
- 15
0
votes
0 answers
No records are created on Docker Container (Testcontainers + Database Rider + MyBatis)
Problem
I am currently attempting to build a Restful API by using SpringBoot, MyBatis and MySQL.
For testing the MyBatis's Mapper, I use Testcontainers and Database Rider.
I wrote the unit test for checking the operation of SQL query for INSERT like…

hiroaki
- 1
- 1
0
votes
0 answers
Rancher Desktop - nerdctl watch command does not work
So I have switched from Docker to Rancher Desktop. License reason!
I have added an alias in my terminal profile to docker alias docker="nerdctl"
Running docker psworks fine and I get the output. As soon as I run watch docker ps I get the error that…

Steve
- 17
- 4
0
votes
0 answers
macOS Ventura and Docker net=host using Rancher Desktop
I want to run Docker containers on my Macbook running Ventura and Rancher Desktop. The services - DNS - should be exposed inside my private LAN and I would like to use net=host.
As far as I read here Docker Desktop did not allow net=host. Can I use…

lony
- 6,733
- 11
- 60
- 92
0
votes
1 answer
Volumes permission denied when try to start docker container
I started use Rancher Desktop instead of Docker Desktop and faced the problem with permissions.
I have a docker-compose file with the next content:
version: "3.2"
services:
rabbitmq:
image: rabbitmq:3.8-management-alpine
container_name:…

Yury
- 3
- 4
0
votes
0 answers
mysql:5.6 docker image is executing `/docker-entrypoint-initdb.d` on every `nerdctl compose down; nerdctl compose up` how to limit it to first build?
As mentioned above the database is being initialized on every nerdctl compose down; nerdctl compose up? We are trying to spin a test database with some seed data for local testing.
The following is the Dockerfile definition
FROM mysql:5.6
ENV…

sampath.xyz
- 150
- 1
- 7
0
votes
0 answers
Rancher is having permission issues
I'm trying to run some containers.
one of them is a mongodb, but always when running docker-compose up -d it gives this permission error.
Error response from daemon: error while creating mount source path '/data/mongodb': chown /data/mongodb:…

flash star
- 23
- 2
0
votes
0 answers
How to run and connect X Windows in Kubernetes Pod?
I want to connect to Kubernetes pod running under Desktop Rancher (but can be other). On this pod I want to run some test tools using X Windows.
How can I achieve it? What steps is need to done. I think about simple DISPLAY export or X11 Forwarding…

Chameleon
- 9,722
- 16
- 65
- 127
0
votes
0 answers
Sql server docker container is consuming almost all the resources
I have Rancher desktop installed in windows machine with WSL enabled. I have created a sql server container. when I attach vscode to running container the. It crashes because the cpu and memory is 100% consume d by vmmem. Any idea what could be the…

Arbind Chandra
- 99
- 5
0
votes
1 answer
spark-submit error "To use support for EC Keys you must explicitly add this dependency to classpath"
I am running a local K3s Kuberentes cluster created by Rancher Desktop.
kubectl cluster-info returns
Kubernetes control plane is running at https://127.0.0.1:6443
# ...
When I submit Spark application (in Scala) by:
spark-submit \
…

Hongbo Miao
- 45,290
- 60
- 174
- 267
0
votes
0 answers
Attempting to run a bind9 server using containerd and nerdctl and my instance refuses to listen on port 53
I'm attempting to run bind9 on my system to mess with DNS, with the plan to get this setup the same way on a rpi and host it in my network at home. The service starts up just fine according to logs and can even perform DNS lookups using my…

ScriptingDad
- 33
- 1
- 5