icy-van-11930
02/07/2023, 4:21 PMnerdctl
on my Linux WSL2 distro but I could not make it to run.
Does someone have a link, guide?
thankswide-mechanic-33041
02/07/2023, 4:25 PMicy-van-11930
02/07/2023, 4:27 PMquick-keyboard-83126
02/07/2023, 6:53 PMnerdctl
from Rancher Desktop is magical. It proxies its commands to the real nerdctl
handler inside their VM, at least, in general that's what it does. Certainly for macOS/lima.
So, using anyone else's nerdctl
would result in a failure.fast-garage-66093
02/07/2023, 7:28 PMjan@DESKTOP-4992680:/mnt/z/rd/bats$ head -5 "$(which nerdctl)"
#!/bin/sh
if grep -q -i 'microsoft.*wsl' /proc/version; then
exec /mnt/wsl/rancher-desktop/bin/nerdctl "$@"
else