https://rancher.com/ logo
Title
b

bulky-gold-73710

04/03/2023, 1:09 PM
let's try this again: I admit I am completely inexperienced at this.... I've installed v1.8.1 on Win11 with WSL2 (updated); I can see the cluster, and the dashboard - everything is green. My understanding is nerdtcl can still publish a docker-compose file - yet when I run this command in Win11
nerdctl compose -f docker-compose.yml -f docker-compose.override.yml up -d
I get the following error message:
failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/run/docker.sock" to rootfs at "/var/run/docker.sock": stat /var/run/docker.sock: no such file or directory: unknown
Is this an issue to be filed - or did I do something wrong? Thanks
m

magnificent-napkin-96586

04/03/2023, 11:13 PM
hi phil! you may be running into an issue we've heard of before whereby nerdctl has problems mounting. https://github.com/containerd/nerdctl/issues/472 is an upstream issue that covers it (which we refer to in https://github.com/rancher-sandbox/rancher-desktop/issues/1338). are you in a position to try the same command via
moby
?
b

bulky-gold-73710

04/03/2023, 11:37 PM
maybe? All I would have to do is switch RD from containerd to moby - correct?
m

magnificent-napkin-96586

04/04/2023, 5:45 PM
correct 🙂