diff --git a/index.html b/index.html index 1787618..6e6081e 100644 --- a/index.html +++ b/index.html @@ -123,14 +123,14 @@

To use the resulting image:
docker run -e PASSWORD=<choose_a_password_for_rstudio> -p 8787:8787 YOURDOCKERIMAGENAME

Once running, navigate to http://localhost:8787/ and then login with rstudio:yourchosenpassword.

To try with this repository docker image:

-
docker run -e PASSWORD=abc -p 8787:8787 ghcr.io/seandavi/buildabiocworkshop
+
docker run -e PASSWORD=abc -p 8787:8787 ghcr.io/bioconductor/buildabiocworkshop

NOTE: Running docker that uses the password in plain text like above exposes the password to others in a multi-user system (like a shared workstation or compute node). In practice, consider using an environment variable instead of plain text to pass along passwords and other secrets in docker command lines.

Whatcha get

diff --git a/pkgdown.yml b/pkgdown.yml index 6286956..d3c0a94 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: HOWTO_BUILD_WORKSHOP: HOWTO_BUILD_WORKSHOP.html workshop_example: workshop_example.html -last_built: 2023-03-30T21:30Z +last_built: 2023-04-10T19:24Z urls: reference: https://seandavi.github.io/BuildABiocWorkshop/reference article: https://seandavi.github.io/BuildABiocWorkshop/articles