This is a Dockerfile for DEBrowser. It is based on the r-base image.
The image is available in Docker Hub.
In a real deployment scenario, you will probably want to run the container in detached mode (-d
) and listening on the host's port 80 (-p 80:3838
):
docker run --rm -p 80:3838 -v /srv/shinyserver/tidy:/srv/shiny-server/tidy nephantes/debrowser-docker