Vincent R Gray

Results 3 comments of Vincent R Gray

Hi, I tried ```container-volumes: [ “C:/specific_folder:/home/rstudio” ]``` and the shinyproxy-container crashed 4 seconds after starting.. the same with ```container-volumes: [ “/c/specific_folder:/home/rstudio” ]``` Perhaps the log could bring some insight? ```...

I run shinyproxy in a container too. So, if I try to mount the volumes with ```container-volumes: [ “C:/specific_folder:/home/rstudio” ]``` or ```container-volumes: [ “/c/specific_folder:/home/rstudio” ]``` the shinyproxy-container crashes. No shinyproxy-container,...

The log I posted is from the docker client. Because of running shinyproxy in a container and thanks to the immediate crashing, I cant exec /bin/bash into the container. Tried...