Skip to content

Commit 2d18a35

Browse files
committed
align mentions of config directory
1 parent 1439d1f commit 2d18a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version-stable-r-development.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ the container.
9797
the container user (`rstudio`) must match the UID of the host user (`$UID`).
9898
- In order for the RStudio settings to persist if the container is recreated
9999
(e.g. after pulling a new `rocker` image), we also use a shared volume (like
100-
`~/.rstudio-docker/4.4.1`) for the `home/rstudio/.rstudio` directory, which is
100+
`~/.rstudio-docker/4.4.1`) for the `home/rstudio/.config/rstudio` directory, which is
101101
version-specific in case of multiple R versions
102102
- If we want to use Meld via the [compareWith](https://github.com/miraisolutions/compareWith/) addins, we need to
103103
- map the `DISPLAY` environment variable and volume `/tmp/.X11-unix`,
@@ -190,7 +190,7 @@ Note that `start`/`stop` operations do not affect the persistence of any files
190190
created in rstudio while the container is running.
191191
However if the container is _removed_, files created outside of mounted volumes
192192
do **not** persist (`docker rm`, see below).
193-
This is why we use a mounted volume for the `~/.rstudio` directory.
193+
This is why we use a mounted volume for the `~/.config/rstudio` directory.
194194

195195
### Using `podman` instead of `docker`
196196

0 commit comments

Comments
 (0)