Docker version of tidymass.
The tidymass
is the docker version of tidymass
, all the packages in tidymass
and the dependent packages have been installed.
Please refer this document to install docker, and then run it.
Open you terminal and then type code below:
docker pull jaspershen/tidymass:latest
And then:
docker run -e PASSWORD=tidymass -p 8787:8787 jaspershen/tidymass:latest
The below command will link the RStudio home folder with the desktop of the local machine running the container. Anything saved or edited in the home folder when using the container will be stored on the local desktop.
docker run -e PASSWORD=tidymass -v ~/Desktop:/home/rstudio/ -p 8787:8787 jaspershen/tidymass:latest
Then open the browser and visit http://localhost:8787 to power on RStudio server. The user name is rstudio
and the password is tidymass
.