-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions error when using docker-compose on macos #216
Comments
I discovered that the reason I didn't have this problem previously is that the older version of This does not help solve the problem of how to set user permissions appropriately on MacOS, but it does solve my immediate issue (since I wasn't using that functionality anyway) |
@pearcetm Did you manage to get further? I was trying to connect some WSIs I have locally with DSA, such that I was able to traverse through the images without copying them directly, and visualize them and what not. However, on macOS it seems like I'm only able to add stuff within the docker image, rather than from the local drive. Likely a permission issue requiring some docker group or similar. Not sure. From the image below, it seems like I am unable to set the |
Managed to get it working by making the local path available in the config (see here). For instance add: |
Hi, I recently updated my DSA installation to the current version and am trying to use docker-compose to start an instance. I keep getting the following error:
This is similar to a previously closed issue (#142). Running
DSA_USER=$(id -u):$(id -g) docker-compose up
as suggested in that thread, but it does not fix the issue.I am on MacOS Monterey (12.0.1 ) and docker versions are Engine: 20.10.11 Compose: 1.29.2
Any pointers in getting this working again would be appreciated!
The text was updated successfully, but these errors were encountered: