Replies: 1 comment 1 reply
-
Having this issue as well, maybe .docker folder needs to exist beforehand? On a different Mac I don't recall having this issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
When installing the
docker
cask,cli-plugins
are symlink'd into~/.docker/cli-plugins
. While this is supposed to be the intended location for plugins to be installed, an installation like this is left broken and semi-functional (that is, plugins likebuildx
,compose
, etc. don't work).Per this issue docker/for-mac#6928 (comment), I was able to get Docker (installed via
brew
) working and usable, by linking/usr/local/lib/docker/cli-plugins -> /Applications/Docker.app/Contents/Resources/cli-plugins
.I'm opening this here because I'm not certain if this is widespread and if it should be a patch made by
brew
until upstream resolves it.For clarity, Docker does not fail to install, rather it fails to install with full functionality of Docker Desktop.
Relevant casks
docker
Beta Was this translation helpful? Give feedback.
All reactions