Skip to content

Commit

Permalink
changed rstudio docker image to more recent one
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Nov 25, 2024
1 parent 5dff885 commit 5ed4678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/lectures/100-containerization-1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Next, try to use Docker to run a container
that contains the RStudio server web-application installed:

```bash
docker run --rm -p 8787:8787 -e PASSWORD="apassword" rocker/rstudio:4.3.2
docker run --rm -p 8787:8787 -e PASSWORD="apassword" rocker/rstudio:4.4.2
```

Then visit a web browser on your computer and type: <http://localhost:8787>
Expand Down

0 comments on commit 5ed4678

Please sign in to comment.