plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
294 stars 40 forks source link

deployment/orca: use cross-platform compatible Docker calls #278

Open antoinerg opened 4 years ago

antoinerg commented 4 years ago

If I'm not mistaken, in docker run call, the flag --net=host is Linux-only. We should use -p 9091:9091 instead.