Skip to content

Commit

Permalink
align mentions of config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Jul 1, 2024
1 parent 1439d1f commit 2d18a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version-stable-r-development.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ the container.
the container user (`rstudio`) must match the UID of the host user (`$UID`).
- In order for the RStudio settings to persist if the container is recreated
(e.g. after pulling a new `rocker` image), we also use a shared volume (like
`~/.rstudio-docker/4.4.1`) for the `home/rstudio/.rstudio` directory, which is
`~/.rstudio-docker/4.4.1`) for the `home/rstudio/.config/rstudio` directory, which is
version-specific in case of multiple R versions
- If we want to use Meld via the [compareWith](https://github.com/miraisolutions/compareWith/) addins, we need to
- map the `DISPLAY` environment variable and volume `/tmp/.X11-unix`,
Expand Down Expand Up @@ -190,7 +190,7 @@ Note that `start`/`stop` operations do not affect the persistence of any files
created in rstudio while the container is running.
However if the container is _removed_, files created outside of mounted volumes
do **not** persist (`docker rm`, see below).
This is why we use a mounted volume for the `~/.rstudio` directory.
This is why we use a mounted volume for the `~/.config/rstudio` directory.

### Using `podman` instead of `docker`

Expand Down

0 comments on commit 2d18a35

Please sign in to comment.