Open iranmdl opened 7 months ago
Hi Irantzu,
Is there a typo --bind shiny-server.conf:/etc/shiny-server/shiny-server.con
?
I have seen lot of difficulties while running shiny-server
with Singularity
container in clusters or HPCs. However, I think it should work when you add shiny-server.conf
with the container. I think the error occurs because the shiny-server fails to recognise the run as shiny
as run as <USERNAME>
.
It would be great to know if this works.
Hi!
I work on a remote server where neither
Docker
nor an internet connection is available. I want to usemethylr
withsingularity
.I created a singularity image on my local linux machine running:
And then I imported the image
methylr.simg
to the remote server.I executed the image running:
When I open
localhost:IP
I read:In the terminal I can read the following:
Is there any workaround?
Irantzu