Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[./dev_docker] fix TZ issue for docker on mac (#261)
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?
- Loading branch information