Journal Entry ‐ Docker - bcb420-2024/Anna_Lai GitHub Wiki
Account Set Up
Date January 19, 2024
Steps
- 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 .
- Open the url on the computer
http://localhost:8078/
to open the RStudio Console on the browser, localhost. - Create an R notebook.
- Construct matrices in the R notebook.
- Push and submit the file to Git Hub.