https://rancher.com/ logo
w

wooden-agency-67975

01/30/2023, 6:16 AM
Copy code
Hi All,

I installed Rancher Desktop on a MacOS Monterey. Diagnostic says there are no problems. But when I issue a docker command, e.g. docker help, it just hangs forever. My Container Engine is set to 'containerd' and 'kubectl' command is working fine. Anyone knows what is wrong here? Thanks.
m

magnificent-napkin-96586

01/30/2023, 11:05 PM
Hi @wooden-agency-67975 I'm curious what your PATH is set to in case
docker
isn't in the directory listed there. what does your PATH show? and which platform are you running on?
w

wooden-agency-67975

01/31/2023, 2:45 AM
Hi @magnificent-napkin-96586 $ which docker resolves to $HOME/.rd/bin/docker Platform is macOS Monterey 12.6.3
Top of the PATH is $HOME/.rd/bin
s

sticky-summer-13450

01/31/2023, 8:59 AM
Hi @wooden-agency-67975. The
containerd
engine supports the
nerdctl
command, where as the
dockerd (moby)
engine supports the
docker
command. It would appear you are using the wrong tool for the engine.
w

wooden-agency-67975

01/31/2023, 11:24 AM
It i
Yes, you are right. I changed the engine and now the docker CLI works. Thanks.
👍 1
m

magnificent-napkin-96586

01/31/2023, 7:28 PM
good catch @sticky-summer-13450 -- i missed the disconnect there. thanks!
👍 1
s

square-market-88953

01/31/2023, 9:48 PM
Hey is there a way to avoid using the kubectl that comes with rancher? It breaks an oidc login that my team uses
3 Views