Skip to content

Commit be1262d

Browse files
committed
Attempt to clarify remove/stop file explanation
1 parent 6d0fb2b commit be1262d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

version-stable-r-development.Rmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ container whenever needed with
184184
docker start rstudio_4.4.1
185185
```
186186

187-
Note that `start`/`stop` operations do not affect the persistence of files
188-
created outside the shared location, including global RStudio options such as
189-
dark theme, diagnostic, etc. (set via _Tools > Global Options..._). On the other
190-
hand, these files and settings do ~~not~~ (see above) persist removing the
191-
container (`docker rm`, see below) .
187+
Note that `start`/`stop` operations do not affect the persistence of any files
188+
created in rstudio while the container is running.
189+
However if the container is _removed_, files created outside of mounted volumes
190+
do **not** persist (`docker rm`, see below).
191+
This is why we use a mounted volume for the `~/.rstudio` directory.
192192

193193

194194
### TinyTeX considerations

0 commit comments

Comments
 (0)