From 2b470a2300c2140019ae6a84f128df1510d7270b Mon Sep 17 00:00:00 2001 From: Dani Arribas-Bel Date: Fri, 5 May 2023 12:12:56 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5938040..419eaaf 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,13 @@ ready, you can install the container by typing: docker pull darribas/gdsr ``` -Make sure to have a stable and good internet connection as the image is about -5.5GB +Or if you want a Python distribution as well: + +```shell +docker pull darribas/gdsrpy +``` + +Make sure to have a stable and good internet connection as the images are about 8G and 13G, respectively. ## Use @@ -23,6 +28,14 @@ difference is that it comes loaded with additional libraries. Hence, usage is similar to that of any Rocker image. Please check [their documentation](https://www.rocker-project.org/) for guidance. +For version `2.0`, you can boot up the server by: + +```shell +docker run --rm -ti -e PASSWORD= -v /folder/to/mount:/home/rstudio/work -p 8787:8787 gdsr +``` + +This will mount a folder from the host on the `work` folder on the container side, which you can see and access when you login. + ## Build [Optional] **NOTE** - This is _not_ required or recommended unless you know what you're