Sign inSign up

rheartpython/swashbuckling-r

By rheartpython

Updated about 2 years ago

For R workshops.

Image
Data science
0

10K+

rheartpython/swashbuckling-r repository overview

Quickstart

  • Apple Silicon (M-series chip):
docker run --name rstudio_server -d -p 8989:8787 -v $PWD:/home/rstudio -e PASSWORD=password  -t rheartpython/swashbuckling-r
  • Intel Mac:
docker run --platform=linux/amd64 --name rstudio_server -d -p 8989:8787 -v $PWD:/home/rstudio -e PASSWORD=password  -t rheartpython/swashbuckling-r
  • Windows (tested on 11):
    • To run on Windows, the command in Command Prompt will be similar except for the -v $PWD:/home/rstudio part which will use Windows environment variable syntax instead (e.g., -v %CD%:/home/rstudio), thus the Windows 11 command is as follows in Command Prompt.
docker run --name rstudio_server -d -p 8989:8787 -v %CD%:/home/rstudio -e PASSWORD=password  -t rheartpython/swashbuckling-r
  • Login to RStudio
    • Log in to RStudio (at http://localhost:8989/) with username "rstudio" and the password that you gave above and start having fun.

Tag summary

Content type

Image

Digest

sha256:49db55f1b

Size

936 MB

Last updated

about 2 years ago

docker pull rheartpython/swashbuckling-r