Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas authored May 5, 2023
1 parent 7692535 commit 2b470a2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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=<your 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
Expand Down

0 comments on commit 2b470a2

Please sign in to comment.