Skip to content

Commit

Permalink
docker: add caveats (#146192)
Browse files Browse the repository at this point in the history
Co-authored-by: Razvan Azamfirei <[email protected]>
  • Loading branch information
osalbahr and razvanazamfirei committed May 4, 2023
1 parent 3049aee commit 19f5dfb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Casks/docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,14 @@
]

caveats <<~EOS
CLI tools are installed after launching Docker. They will be symlinked to one of the following
based on your preference:
/usr/local/bin
$HOME/.docker/bin
If your CLI tools were symlinked to $HOME/.docker/bin your path should be modified to include:
$HOME/.docker/bin
$HOME/.docker/bin
EOS
end

0 comments on commit 19f5dfb

Please sign in to comment.