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

open-nti on MAC OSX #255

Open
gmoisio opened this issue May 10, 2019 · 1 comment
Open

open-nti on MAC OSX #255

gmoisio opened this issue May 10, 2019 · 1 comment

Comments

@gmoisio
Copy link

gmoisio commented May 10, 2019

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

@jeremycohoe
Copy link

mkdir ~/open-nti/etc/
cp /etc/localtime ~/open-nti/etc/
Edit docker-compose.yml and replace all lines matching:

  • /etc/localtime:/etc/localtime

Replace with:

  • ~/open-nti/etc/localtime:/etc/localtime

Then run make start.

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

No branches or pull requests

2 participants