-
Notifications
You must be signed in to change notification settings - Fork 238
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
Mount denied - Path /etc/localtime is not shared from OS X and is not known to Docker #44
Comments
Fixes the issue of Mount denied - Path /etc/localtime is not shared from OS X and is not known to Docker. One needs to create file /etc/timezone and add `America/New_york`
While trying docker-compose up -d, got this error - Issue - docker/for-mac#2396
Enter the timezone (mine was Later updated the
|
I'm not even sure the localtime is necessary. I had the same problem, tried many different solutions, even making a new It seems to work on my machine. Note that |
In case someone else running macOS 11 Big Sur stumbles upon this: Sharing the # docker-compose.yml
volumes:
- /private/etc/localtime:/etc/localtime:ro The |
MAC OS version - Sierra 10.12.6 (16G1408)
Docker version - 18.03.0-ce, build 0520e24
Reproduce this error as
The text was updated successfully, but these errors were encountered: