bumpy-tiger-73147
10/14/2022, 10:28 AMThe file ~/.docker/cli-plugins/docker-compose should be a symlink to ~/.rd/bin/docker-compose, but points to /opt/homebrew/opt/docker-compose/bin/docker-compose.
My docker-compose comes from brew so this is normal, but I didn't know I shouldn't use it and instead use the one shipped with rancher-desktop. Should I just change the link and point to ~/.rd/bin/docker-compose
? Or is there something else going on here?fast-garage-66093
10/14/2022, 3:58 PMdocker-compose
from brew, you can "Mute" this diagnostic. We provide the "Mute" functionality exactly for this reason: not every diagnostic is relevant for every setup/configuration, so you can simply turn it off.docker-compose
version will slowly become out-of-date over time without them noticing. This diagnostic tells them that Rancher Desktop may have shipped a newer version, but it is not the one they are using.bumpy-tiger-73147
10/16/2022, 11:55 AM