If you do not want to install R, RStudio, Latex and Git on a personal
computer (as described in vignette("setup", package = "worcs")
),
but would like to use Docker instead, follow these steps in order:
worcs
image:127.0.0.1:8787/
in a browser. Login
using username=rstudio and password=secret.Then setup the container.
To terminate the container, press Ctrl + C in the terminal. To save files from a Docker session on your disk, you have to link a directory explicitly when starting the container.
On Unix file systems, this is done as follows:
And on Windows file systems, as follows:
Then start the Docker session using this command:
docker run -e PASSWORD=secret -p 8787:8787 -v /path/on/your/pc:/home/rstudio -it cjvanlissa/worcs:latest
That’s it!