docker/README.md

Package Development Environment

The docker folder has two sub-folders each with the docker builds:

For launching the RStudion on the docker environment use on the terminal:

docker run --rm -p 8787:8787 -e PASSWORD=YOUR_PASSWORD -e USER=YOUR_USERNAME-v ~/YOUR_coronavirus_PATH:/home/rstudio/coronavirus rkrispin/covid19italy_rstudio:dev

Where the PASSWORD and USER arguments set the password and username for login to RStudio, and ~/YOUR_coronavirus_PATH is the corresponding path of the package on your machine. The docker is set to 8787. Once the docker is launch you can login to RStudio on your browser using the following address http://localhost:8787/



RamiKrispin/covid19Italy documentation built on April 8, 2023, 10:17 a.m.