Skip to content

Commit

Permalink
Attempt to clarify remove/stop file explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Jun 18, 2024
1 parent 6d0fb2b commit be1262d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version-stable-r-development.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ container whenever needed with
docker start rstudio_4.4.1
```

Note that `start`/`stop` operations do not affect the persistence of files
created outside the shared location, including global RStudio options such as
dark theme, diagnostic, etc. (set via _Tools > Global Options..._). On the other
hand, these files and settings do ~~not~~ (see above) persist removing the
container (`docker rm`, see below) .
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.


### TinyTeX considerations
Expand Down

0 comments on commit be1262d

Please sign in to comment.