This message was deleted.
# rancher-desktop
a
This message was deleted.
c
Hi @witty-honey-18052 by “running multiple WSL instances” do you mean running another distro along with Rancher Desktop in your WSL?
w
yup feels like
docker context
use case
w
instance "Ubuntu" works
instance "Ubuntu 22.04" has the error mentioned
makes it seems like I should be able to do
docker ps
in both, right?
c
yeah, as @wide-mechanic-33041 mentioned above it looks like the context may not be set correctly in Ubuntu 22.04
w
Do I need to do anything there? both instances are showing the same information for
docker context list
Copy code
NAME        DESCRIPTION                               DOCKER ENDPOINT               KUBERNETES ENDPOINT                    ORCHESTRATOR
default *   Current DOCKER_HOST based configuration   unix:///var/run/docker.sock   <https://172.19.218.24:6443> (default)   swarm
c
One thing to note, is the user in the
docker
group?
Because we make a socket there, but unless the user is in the
docker
group, they need to be root (in the distro)
w
ah snap, that's probably it