Juniper / open-nti

Open Network Telemetry Collector build with open source tools
Apache License 2.0
231 stars 93 forks source link

open-nti on MAC OSX #255

Open gmoisio opened 5 years ago

gmoisio commented 5 years ago

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 commented 4 years ago

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

Replace with:

Then run make start.