-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Using postgresql with external volume from Mac #46
Comments
This seems to be related to boot2docker/boot2docker#629 |
I have the same error on linux withous boot2doker voici mes infos de version |
I also have this issue using osx docker toolbox |
There is discussion over on docker-library/mysql#99 dealing with the same issue. Perhaps we need to add something like docker-library/mysql#161 to postgres? |
I am trying to mount it directly from the Mac file system.
docker run -v $HOME/postgres_data:/var/lib/postgresql kartoza/postgi
This results in a bunch of errors about user permissions:
Can a directory shared from Mac file system ever have the read/write permissions that postgres apparently needs?
The text was updated successfully, but these errors were encountered: