devicehive / devicehive-video-analysis

Apache License 2.0
155 stars 88 forks source link

Ruuning in docker #4

Open dfayzur opened 6 years ago

dfayzur commented 6 years ago

Hello,

Thank you very much for the wonderful work. I have a question: If I run this demo inside docker container, can I get the output in with web interface outside with http://127.0.0.1:8000/events/

I tried, but does not work. I am not sure what to do to make it work.

Best, Fayzur

igor-panteleev commented 6 years ago

Hi, did you open port?

docker run -p 8000:8000 ...