-
Notifications
You must be signed in to change notification settings - Fork 442
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
win+macOS: Cannot start a container with host directory as /var/lib/mysql mount #278
Comments
Linux Containers on Windows (LCOW) is an experimental feature not ready for production.
https://docs.docker.com/v17.09/docker-for-windows/install/#download-docker-for-windows
Docker for Mac is in the same boat. One thing you can try is using Docker named volumes instead of bind-mounts |
There's also a number of solutions in #95:
Going to close with what was said in that thread
|
Thank you very much, @wglambert :) |
Dear MariaDB developers and maintainers,
This is a known issue for years on both Windows and macOS platforms: can not start the mariadb container with host directory as
/var/lib/mysql
mount. Any possibility to fix it on MariaDB side? Without an external volume, it's impossible to run this docker image in production on Windows + macOS.Related issues:
btw, running mariadb inside Alpine docker image has same issue.
The text was updated successfully, but these errors were encountered: