Dear colleagues
Do you have experience with Shiny-Seq package. I tried to run it from the Docker container, but I was unable to open it. I changed the communication port from 80 to 3838, with no results.
Did you experience problems like that?. I contacted the authors but I got no answer by now.
Thanks in advance
All the best
No problems observed running this on Windows10+WSL2+Docker Desktop
$ docker pull makaho/shiny-seq
Using default tag: latest
latest: Pulling from makaho/shiny-seq
cd8eada9c7bb: Pull complete
76941743fd8c: Pull complete
ed4daaa3d85a: Pull complete
186883d43c11: Pull complete
5d88a6d9eb05: Pull complete
f03dc31f5455: Pull complete
7687af4c5f4b: Pull complete
3d2dba8adcff: Pull complete
84b06679aafa: Pull complete
5e304d89f5fa: Pull complete
3f2bd6e04a14: Pull complete
1be62a2dfdf0: Pull complete
Digest: sha256:307c62d417f86ef43fa22a45534946ff21c778c88e241c00f6def011131e0cd8
Status: Downloaded newer image for makaho/shiny-seq:latest
docker.io/makaho/shiny-seq:latest
$ docker run -it -p 3838:3838 makaho/shiny-seq
[2020-09-11T17:19:35.520] [INFO] shiny-server - Shiny Server v1.5.7.890 (Node.js v8.10.0)
[2020-09-11T17:19:35.523] [INFO] shiny-server - Using config file "/etc/shiny-server/shiny-server.conf"
[2020-09-11T17:19:35.582] [WARN] shiny-server - Running as root unnecessarily is a security risk! You could be running more securely as non-root.
[2020-09-11T17:19:35.586] [INFO] shiny-server - Starting listener on 0.0.0.0:3838
[2020-09-11T17:19:47.953] [INFO] shiny-server - Created bookmark state directory: /var/lib/shiny-server/bookmarks
[2020-09-11T17:19:47.954] [INFO] shiny-server - Created user bookmark state directory: /var/lib/shiny-server/bookmarks/shiny
Opening https://localhost:3838 is fine to me, also if I redirect to port 80:
$ docker run -it -p 80:3838 makaho/shiny-seq
[2020-09-11T17:22:32.834] [INFO] shiny-server - Shiny Server v1.5.7.890 (Node.js v8.10.0)
[2020-09-11T17:22:32.836] [INFO] shiny-server - Using config file "/etc/shiny-server/shiny-server.conf"
[2020-09-11T17:22:32.895] [WARN] shiny-server - Running as root unnecessarily is a security risk! You could be running more securely as non-root.
[2020-09-11T17:22:32.900] [INFO] shiny-server - Starting listener on 0.0.0.0:3838
[2020-09-11T17:22:50.770] [INFO] shiny-server - Created bookmark state directory: /var/lib/shiny-server/bookmarks
[2020-09-11T17:22:50.771] [INFO] shiny-server - Created user bookmark state directory: /var/lib/shiny-server/bookmarks/shiny
Can you please point the repository or image you are trying to run? I don't see any Dockerfile in the project repo
Thanks for your answer... Here is the Docker. You are looking at an older version of the software https://hub.docker.com/r/makaho/shiny-seq