Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

habitus-eu/HabitusDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY IS NO LONGER MAINTAINED, SEE THE HabitusGUI REPO FOR OUR CURRENT DOCKER SOLUTION

HabitusDocker

This repository contains docker files needed for hosting Habitus Shiny app and its dependencies.

  1. Build app: sudo docker build -t habitus-app .

  2. Run app and expose it to data volume on the host:

sudo docker run --rm -v /home/vincent/projects/fontys:/srv/shiny-server/data -p 3838:3838 habitus-app

(If you do sudo docker run --rm -p 3838:3838 habitus-app you would not expose the data to the app)

  1. Open app in browser: http://localhost:3838/

  2. Remove image: sudo docker rmi habitus-app

Releases

No releases published

Packages

No packages published