acobaugh / shinobi-docker

A custom docker build for Shinobi
19 stars 14 forks source link

Some issues on mac #6

Open franzyke opened 5 years ago

franzyke commented 5 years ago

I just tried this repo on MacOS (10.14.5). But there were some errors and docker-compose up fails.

... The paths /etc/timezone and /dev/shm/shinobiDockerTemp and /etc/localtime\r\nare not shared from OS X and are not known to Docker ...

Here's what I did to make it work: (taken from here)

Also there was some directory not found error with the temp directory. So I moved it to my home folder

Now the application works. there are some errors when doing docker-compose logs. But the main UI works now

Haven't tested it yet with an actual camera yet