including mariadb, solr, rstudio-server and shiny-server containing the ilcm shiny application from https://github.com/ChristianKahmann/ilcm_Shiny
run:
docker run -it -d -p 3838:3838 -p 8787:8787 -p 8983:8983 ckahmann/ilcm:latest
You can specify your own named volumes. The database is stored at /var/lib/mysql, the Shiny Application for the RStudio and Shiny Server at /home/rstudio/ilcm and the solr data at /var/solr/data.
The standard ports are :
You can access the services using a browser with the address: http::/localhost:3838.
You can change the ports with: -p 3666:3838 -p 3667:8787 -p 3668:8983 while starting the docker container.
You can stop a running container with the command:
docker stop container_name
You can check the name of the running container with:
docker ps
To restart a stopped process please use:
docker start container_name
Do not use the docker run command to restart the application, as it will try to create a new container every time. In this way, previously uploaded data and calculated results are not reused.
http://ilcm.informatik.uni-leipzig.de/download/starting_guide.pdf
Content type
Image
Digest
sha256:75274b47e…
Size
3.4 GB
Last updated
about 3 years ago
docker pull ckahmann/ilcm