You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ docker-compose up -d
27
27
28
28
- When you deploy a shiny app, it will be accessible via [`localhost:3838`](http://localhost:3838).
29
29
30
-
- The [tag of the images](https://hub.docker.com/repository/docker/joundso/rdsc_rstudio_j/tags?page=1&ordering=last_updated) corresponds to the current R version. The R version in an image with the tag `4.4.1` is (of course) `R 4.4.1`. This also holds for sub-tags like `4.4.1-9001` where some changes in the image like different installed R packages might be the reason for the sub tag but the R version is still `4.4.1`. (Hint: All tags starting with `0.*.*` do not match this criteria. These images were built before this convention came up.)
30
+
- The [tag of the images](https://hub.docker.com/repository/docker/joundso/rdsc_rstudio_j/tags?page=1&ordering=last_updated) corresponds to the current R version. The R version in an image with the tag `4.5.0` is (of course) `R 4.5.0`. This also holds for sub-tags like `4.5.0-9001` where some changes in the image like different installed R packages might be the reason for the sub tag but the R version is still `4.5.0`. (Hint: All tags starting with `0.*.*` do not match this criteria. These images were built before this convention came up.)
31
31
32
32
- If you want to **run two (or more) instances** of the image,
33
33
1. run `bash ./start_rdatascience.sh` to spin up the first container,
0 commit comments