Docker

In the Docker settings menu:

  • Open ‘Preferences…’

  • Navigate to ‘Resources’

  • Use the slider to set ‘Memory’ to ‘4.00 GB’

  • Click ‘Apply & Restart’

Workshop

  • Run docker pull iseedevelopers/iseeworkshop2020

  • Run docker run -e PASSWORD=isee -p 8787:8787 -d --rm iseedevelopers/iseeworkshop2020.

    You may use -v $(pwd):/home/rstudio argument to map your local directory to the container.

  • Log in to RStudio at http://localhost:8787 using username rstudio and password isee. Note that on Windows you need to provide your localhost IP address like http://191.163.92.108:8787/ - find it using docker-machine ip default in Docker’s terminal.

  • Access the workshop vignettes: