Skip to content

Commit

Permalink
Added docker CLI tools install caveat
Browse files Browse the repository at this point in the history
The added caveat should clarify how to add the CLI tools after installing the cask.

Fixes [Homebrew#46078 (comment)](Homebrew#146078 (comment))
  • Loading branch information
osalbahr authored and razvanazamfirei committed May 4, 2023
1 parent 637a881 commit 1bbcf3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Casks/docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
]

caveats <<~EOS
For CLI tools, you might need to open the Docker app for further instructions. You may use one of the following commands:
open /Applications/Docker.app
open -a Docker
If your CLI tools were symlinked to $HOME/.docker/bin your path should be modified to include:
$HOME/.docker/bin
Expand Down

0 comments on commit 1bbcf3b

Please sign in to comment.