Skip to content

Commit

Permalink
Docker Desktop must be installed under /Applications
Browse files Browse the repository at this point in the history
CLI plugins also need to be symlinked as described in docker/for-mac#6876 (comment)
  • Loading branch information
franckrasolo committed Nov 21, 2023
1 parent 7a768f6 commit 6c193af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion darwin/homebrew/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
args = { require_sha = false; }; # missing sha256 checksum
}
"discord"
"docker"
{
name = "docker";
args = { appdir = "/Applications"; };
}
"dropbox"
"expressvpn"
"jetbrains-toolbox"
Expand Down

0 comments on commit 6c193af

Please sign in to comment.