-
Notifications
You must be signed in to change notification settings - Fork 443
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
Container does not start up in windows host if volume mapped. #308
Comments
Using a named volume should work, you'd probably also find similar issues over at https://github.com/docker/for-win/issues
There's also a number of solutions in #95:
Going to close with what was said in that thread
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 |
@wglambert Thank you for the information. |
I have tried two docker-compose configurations:
With the above setting, I got the same issue that I reported.
With the above setting, it works fine. But I want to use the first setting so that I can read the files with GUI. I suspect kind of permission problem... |
Did you try adding this to your first yaml? |
@yosifkit No, I didn't. However, the problem have been resolved after recent update of docker desktop. Thank you. |
Hi, I am trying to start Mariadb container up but it is not easy.
Host: Windows 10
Docker Desktop version: 2.3.0.2 (45183)
Mariadb Image tag: latest (2020.05.17)
Problem description
Mariadb container works fine with the following command.
Mariadb container does not start up if I give volume map.
In the directory I can find the files newly created:
aria_log.00000001 (16KB), aria_log_control (1KB), ibdata1 (0KB)
the
docker logs
command prints as follow:Please let me know if I have anything missed.
Thank you.
The text was updated successfully, but these errors were encountered: