File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ the container.
97
97
the container user (` rstudio ` ) must match the UID of the host user (` $UID ` ).
98
98
- In order for the RStudio settings to persist if the container is recreated
99
99
(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
101
101
version-specific in case of multiple R versions
102
102
- If we want to use Meld via the [ compareWith] ( https://github.com/miraisolutions/compareWith/ ) addins, we need to
103
103
- 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
190
190
created in rstudio while the container is running.
191
191
However if the container is _ removed_ , files created outside of mounted volumes
192
192
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.
194
194
195
195
### Using ` podman ` instead of ` docker `
196
196
You can’t perform that action at this time.
0 commit comments