https://rancher.com/ logo
Title
f

fast-airline-86487

09/09/2022, 3:30 AM
This doesn’t seem quite right to me. Is this intentional?
~/.docker/cli-plugins/docker-buildx
is symlinked to
/Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/docker-buildx|Desktop.app/Contents/Resources/resources/darwin/docker-buildx>
It is missing the
/bin
in it. Interestingly, on my work mac,
~/.docker/cli-plugins/
has symlinks to
~/.rd/bin/
(RD 1.5.1 on both). As a result,
docker buildx
is failing with
Invalid Plugins
FYI: I used
ln -s ../../.rd/bin/docker-buildx docker-buildx
in the
~/.docker/cli-plugins
directory and it works fine now…worth mentioning at least…
f

fast-garage-66093

09/09/2022, 4:37 AM
You should create the symlink to
~/.rd/bin/docker-buildx
instead, but I suspect it won't matter for now.
1