- 已编辑
我在shinyproxy部署当中报如下错误:
Caused by: com.spotify.docker.client.exceptions.DockerRequestException: Request error: POST http://127.0.0.1:2375/containers/create: 400, body: {"message":"No command specified"}
其中两个配置文件如下:
application.yml
- id: euler
display-name: euler test
description: rootcause analysis
container-cmd: ["R", "-e", "shiny::runApp('/root/euler')"]
container-image: 6aa1971d8ec0
access-groups: scientists
dockerfile:
EXPOSE 3838
CMD ["R", "-e", "shiny::runApp('/root/euler')"]
一直未找到解决方案,望论坛大佬指点指点。