-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Mounting a volume from an external drive on mac #728
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
Comments
You'd find similar issues over at https://github.com/docker/for-mac/issues There was a lot of discussion on Docker for Win/Mac volumes in #95: MariaDB/mariadb-docker#95 (comment)
MariaDB/mariadb-docker#95 (comment)
MariaDB/mariadb-docker#95 (comment)
MariaDB/mariadb-docker#95 (comment)
Most notably
MariaDB/mariadb-docker#95 (comment)
For further help you could also try asking the Docker Community Forums, Docker Community Slack, or Stack Overflow. Since these repos aren't really a user-help forum |
Alright, this is very helpful. Thank you @wglambert. |
Hello!
I've been trying to migrate from MySQL to PostgreSQL. The database I'm working with is quite large and I need to keep the data folder in my external SSD.
On my own laptop's drive, I can run this no problem:
It initializes the folders in the current working dir and logs out
database system is ready to accept connections
.But when
cwd
is/Volume/ExternalSSD/something/something
, it bails out, logging:I tried
--user "$(id -u):$(id -g)"
, didn't help. I also tried initializing the db on my local and thenmv
them to my external ssd, that didn't work either.Docker volumes are not really an option here since I want the data volume to be on my external ssd.
Any help on how I can solve this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: