Skip to content
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

[./dev_docker] fix TZ issue for docker on mac #261

Merged
merged 1 commit into from
Jan 2, 2020

Conversation

xgt001
Copy link
Contributor

@xgt001 xgt001 commented Dec 26, 2019

When TZ is not explicitly specified, docker on mac throws up this nice error by default:

docker: Error response from daemon: Mounts denied:
The path /etc/localtime
is not shared from OS X and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.

Refer this upstream docker for-mac upstream issue for details: docker/for-mac#2396
This tiny improvement makes onboarding easier for mac folks who don't want to install libcoap maybe?

When TZ is not explicitly specified, docker on mac throws up this nice error by default:
```
docker: Error response from daemon: Mounts denied:
The path /etc/localtime
is not shared from OS X and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.
```
Refer this upstream docker for-mac upstream issue for details: docker/for-mac#2396
This tiny improvement makes onboarding easier for mac folks who don't want to install libcoap maybe?
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 79.777% when pulling 63bbf10 on xgt001:patch-1 into 3f84552 on ggravlingen:master.

@ggravlingen
Copy link
Member

Thank you!

@ggravlingen ggravlingen merged commit 7425056 into home-assistant-libs:master Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants