Journal Entry ‐ Docker - bcb420-2024/Anna_Lai GitHub Wiki

Account Set Up

Date January 19, 2024

Steps

  1. Create a docker file that adds three libraries to the base Docker image. The resulting image can be found here.

docker login

docker tag risserlin/bcb420-base-image:winter2024 laianna/bcb420-base-image

docker push laianna/bcb420-base-image

In the command line where the Dockerfile is located, run docker build -t risserlin/bcb420-base-image:winter2024 .

  1. Open the url on the computer http://localhost:8078/ to open the RStudio Console on the browser, localhost.
  2. Create an R notebook.
  3. Construct matrices in the R notebook.
  4. Push and submit the file to Git Hub.

File created

Link to Docker file created

Link to basic RNotebook

Citations (if any)