-
Notifications
You must be signed in to change notification settings - Fork 0
Account Setup
- Setup my repository, familiarize myself with wikis, and and start my course journal.
- Add links to my repository and wiki to the Student Wiki page.
- Download and install Docker.
- Estimated time: 1 hour
- Actual time: 1 hour
- Submit an issue to the Student Wiki repo issues page
- Setup my Student Wiki page in my repo with my personal information and organize the layout
- Add links to my wiki and repo to the Student Wiki page
- Download and install Docker to my computer
- Test Docker installation with
docker run hello-world
- Open terminal and navigat to directory where I plan to keep all code for BCB420
- Run
docker run -e PASSWORD=changeit --rm \ -v "$(pwd)":/home/rstudio/projects -p 8787:8787 \ risserlin/bcb420-base-image:winter2023
in terminal - Open web browser, go to
localhost:8787
, and enter credentials - Create a test file in the projects directory called test.R
My Wiki and Journal were properly setup according to the instructions with multiple sections. The bcb420-base-image winter 2023 version was successfully added to Docker Desktop and the container ran smoothly. The test.R file was successfully located in the location specified on my computer.
Documenting the setup of my account and Docker in a wiki has been a good refresher on editing wiki pages and introduction to Docker. I have learned that Docker will be a very useful and powerful tool to ensure reproducible code and minimize issues with changing environments and versions.
I look forward to learning more about Docker and using it in my future work.
Steipe, B., & Isserlin, R. (Edited). (2019). Chapter 1 About. https://bcb420-2023.github.io/R_basics/index.html#docker