higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

Use un-privileged port in Dockerfile #154

Open keiranmraine opened 5 years ago

keiranmraine commented 5 years ago

If the port was un-privileged then theoretically (there may be other 🐉) we'd be able to run this under singularity also.

If user is privileged enough on system to use port 80 they could use socat to remap the port (or under docker the command line handles this.

(avoid the common un-privileged ports though)