Hi! Docker beta is installed the user’s personal library. Is there an option to install it system-wide?
It’s currently impossible to run Docker on the same host for multiple users. For example, the symlinks created in /usr/local/bin
point to the last user who started the Docker app. And the executables found in ~/Library/Group Containers/group.com.docker/bin/
used directly do not work when another user has started Docker in his own session.
Any plan to support a system-wide install, or a multi-user setup?
Thanks!