Sign inSign up

ckahmann/ilcm

By ckahmann

•Updated about 3 years ago

standalone image of the iLCM

Image
1

2.7K

ckahmann/ilcm repository overview

⁠Standalone version of the iLCM

including mariadb, solr, rstudio-server and shiny-server containing the ilcm shiny application from https://github.com/ChristianKahmann/ilcm_Shiny⁠

⁠Start

run: docker run -it -d -p 3838:3838 -p 8787:8787 -p 8983:8983 ckahmann/ilcm:latest

⁠Modify

⁠Volumes

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.

⁠Ports

The standard ports are :

  • Shiny Server: 3838
  • RStudio Server: 8787
  • Solr Admin: 8983

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.

⁠Stop and Restart Services

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.

⁠Documentation

http://ilcm.informatik.uni-leipzig.de/download/starting_guide.pdf⁠

Tag summary

Content type

Image

Digest

sha256:75274b47e…

Size

3.4 GB

Last updated

about 3 years ago

docker pull ckahmann/ilcm