-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker: avoid conflicts #147086
docker: avoid conflicts #147086
Conversation
250df85
to
f9956e8
Compare
f9956e8
to
265a317
Compare
@reitermarkus @razvanazamfirei Just FYI, I uninstalled Docker Desktop an hour ago and then attempted to reinstall, and this suddenly no longer works. The errors are related to symlinks. It seems the symlinks are trying to be made directly into I'm currently unable to install Docker Desktop via Homebrew, so unless this is localized to my environment, nor can anyone else. [email protected] ~ $ brew install docker --cask
==> Downloading https://formulae.brew.sh/api/cask.jws.json
##O=- # #
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-cask/b95671498dc538c4d95222a8636586c7f847c5a3/Casks/docker.rb
Already downloaded: /Users/danemacmillan/Library/Caches/Homebrew/downloads/94b16473c3601b98f3d8e73d0b4c76d9f4cfcfcc9e354958c867a1063d807c42--docker.rb
==> Downloading https://desktop.docker.com/mac/main/arm64/106363/Docker.dmg
Already downloaded: /Users/danemacmillan/Library/Caches/Homebrew/downloads/0f294fe5b9672995a9bff4404f68d9e27d9781b5f6f2959292b380a75781587d--Docker.dmg
==> Installing Cask docker
==> Moving App 'Docker.app' to '/Applications/Docker.app'
==> Linking Binary 'docker' to '/usr/local/bin/docker'
ln: /usr/local/bin/docker: Permission denied
==> Backing App 'Docker.app' up to '/opt/homebrew/Caskroom/docker/4.19.0,106363/Docker.app'
==> Removing App '/Applications/Docker.app'
==> Purging files for version 4.19.0,106363 of Cask docker
Error: Failure while executing; `/usr/bin/env /bin/ln -h -f -s -- /opt/homebrew/Caskroom/docker/4.19.0,106363/Docker.app/Contents/Resources/bin/docker /usr/local/bin/docker` exited with 1. Here's the output:
ln: /usr/local/bin/docker: Permission denied ![]() |
This reverts commit 849568d.
Closes #147085.
Avoid conflicts with
hyperkit
(which doesn't seem to be installed anymore) andkubectl
and link all executables to/usr/local/bin
.