Hi all, using:
- /etc/localtime:/etc/localtime
in docker-compose file is not usable on MAC OSX.
Using docker version 2.0.0.3 (31259), you cannot share /etc directory without having issues.
I made some updates on docker-compose files using an etc directory in the MAC user path, which is already shared, into which I created a new file named timezone with the right timezone into this file.
- ~/<my_directories>/etc/timezone:/etc/localtime
And it works fine.
Regards
Hi all, using:
- /etc/localtime:/etc/localtime
in docker-compose file is not usable on MAC OSX. Using docker version 2.0.0.3 (31259), you cannot share /etc directory without having issues. I made some updates on docker-compose files using an etc directory in the MAC user path, which is already shared, into which I created a new file named timezone with the right timezone into this file.- ~/<my_directories>/etc/timezone:/etc/localtime
And it works fine. Regards