You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
Does this have anything to do with the fact that on the virtual machine all the files are owned by vagrant? Is there no way to allow permissions to my docker container?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I mount a directory from my local fs
ex:
docker run -i -v /Users/tyler/docker/data:/var/lib/mysql 3af0265e97e1 /bin/bash
I get weird permissions issues:
drwxr-xr-x 1 1000 1000 68 May 2 16:17 mysql
Am I doing it wrong? Is my installation of the VM corrupted? Is this a bug?
The text was updated successfully, but these errors were encountered: