Setting up Docker - bcb420-2024/Krutika_Joshi GitHub Wiki
- Downloaded Docker on my Mac
- Went to the BCB420 Docker Image site
- Identified the tag required to pull the bcb420-base-image
docker pull risserlin/bcb420-base-image:winter2024-arm64
- Changed directory in terminal so I can run the container in the appropriate location
- Ran the following command to run the container
docker run -e PASSWORD=**(replace with password)** -v "$(pwd)":/home/rstudio/projects -p 8787:8787 risserlin/bcb420-base-image:winter2024-arm64
- Went to my chosen web browser(i.e safari) and ran http://localhost:8787/
- Entered rstudio as the username and entered the password mentioned in point 5