diff --git a/Casks/docker.rb b/Casks/docker.rb index 93f7a6d000ac..6f6d0233423c 100644 --- a/Casks/docker.rb +++ b/Casks/docker.rb @@ -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