Custom Docker Rocker image for vusaverse.
- Start docker desktop
- Clone / pull this repo
- run
run.bat
in the main folder of repo via command line or double-click - RStudio will start in you default browser
- Username and password are "rstudio"
- Go in the top right corner to Project: (None)
- Double click on 'output' in the pop-up
- Select the project-folder of your choice and the .Rproj within
- Clone / pull this repo
- Navigate to the directory of the repository in the terminal
- run
sudo sh test_run.sh
- RStudio will start in you default browser
- Username and password are "rstudio"
- Go in the top right corner to Project: (None)
- Double click on 'output' in the pop-up
- Select the project-folder of your choice and the .Rproj within
We have provided a ansible playbook rocker.yml
, which needs to be run with sudo right:
- Run
sudo ansible-playbook rocker.yml
in the terminal - Open localhost:8787 in the browser
- Install Docker
- Clones the
vusaverse/docker-rocker
repository into a /tmp/ directory - Changes permission of the
test_run.sh
file (Chmod + x) - Runs the
test_run.sh
bash file