All Questions
2 questions
0
votes
1
answer
28k
views
Docker: error 500 - failed to start container
I encounter this issue after running java -jar shinyproxy-1.0.2.jar and access my app:
Error
Status code: 500
Message: Failed to start container: Request error: POST http://localhost:2375/containers/...
1
vote
1
answer
988
views
How to install Java in Rocker/Shiny container in Ubuntu
I am currently testing Rocker/Shiny container for my project. There are some libraries that require "rJava" as its dependencies but when I tried to install "rJava", it had an error caused by the ...