Expected behavior
Install Docker for Mac Beta as User 1. Everything works
Login to same Mac as User 2. Should be able to execute /usr/local/bin/docker, etc. with no issues.
Actual behavior
-bash: docker: command not found
Information
/usr/local/bin/docker (and others) are soft-linked to Users/Users1/Library/Group Containers/group.com.docker/bin/docker, which in itself is a softlink to /Applications/Docker.app/Contents/Resources/bin/docker
/usr/local/bin artifacts should softlink to /Applications and not a user’s home directory.
Steps to reproduce the behavior
- Install docker for Mac Beta as User 1
- Sign in as User 2 and type the command “docker”