https://rancher.com/ logo
#rancher-desktop
Title
# rancher-desktop
l

little-accountant-66169

08/31/2022, 3:58 AM
Hello, posted in general, but as it is related to docker desktop will post here. Installed rancher desktop. Tried running my compose files after installing, but I get error
time="2022-08-31T09:23:43+09:00" level=fatal msg="cannot access containerd socket \"\\\\\\\\.\\\\pipe\\\\containerd-containerd\": open \\\\.\\pipe\\containerd-containerd: The system cannot find the file specified."
How do I resolve this issue?
m

miniature-advantage-69986

08/31/2022, 7:54 AM
Is Rancher Desktop running und configured to use containerd? I guess you are using Windows, did you run "nerdctl compose ..." or "docker compose ..."?
l

little-accountant-66169

08/31/2022, 8:48 AM
Yes, rancher desktop is running and configured to use containerd. I ran nerdctl compose.... But nerdctl run... also fails. I am using windows.
m

miniature-advantage-69986

08/31/2022, 10:39 AM
can you provide the output from "`rdctl list-settings`"?
l

little-accountant-66169

08/31/2022, 11:27 PM
Output of
rdctl list-settings
Copy code
{
  "version": 4,
  "kubernetes": {
    "version": "",
    "memoryInGB": 2,
    "numberCPUs": 2,
    "port": 6443,
    "containerEngine": "containerd",
    "checkForExistingKimBuilder": false,
    "enabled": false,
    "WSLIntegrations": {},
    "options": {
      "traefik": true,
      "flannel": true
    },
    "suppressSudo": false,
    "hostResolver": true
  },
  "portForwarding": {
    "includeKubernetesServices": false
  },
  "images": {
    "showAll": true,
    "namespace": "buildkit"
  },
  "telemetry": true,
  "updater": true,
  "debug": false,
  "pathManagementStrategy": "notset"
}
In the server.log, there are a lot of entry with this message
Auth failure: user/password validation failure for attempted login of user interactive-user
@miniature-advantage-69986 Any advice?
30 Views