HomeWork1 Creating own Docker - bcb420-2023/Maryam_Hasanzadehkiabi GitHub Wiki

Objectives:

  • how to build docker image
  • how to add to a already existing docker image
  • how to add packages to a docker image

Time estimated: 2 h; taken 4 h; date started: 2023-02-22; date completed: 2023-04-07

Procedure:

  • after having docker installed
  • create a new container specifically for this course and make a clone to add additional packages (DESeq2 and pheatmap) to
  • create a new docker file using touch dockerfile
  • built and add to this image: "FROM risserlin/bcb420-base-image:winter2023"
  • add the 2 packages to this docker image
  • using this I created a new rmd notebook

References

BCB420 Winter 2023 course materials

Docker. (2023). Get started. https://docs.docker.com/get-started/

Steipe, B., & Isserlin, R. (2022) Chapter 2 Installing R and RStudio https://bcb420-2023.github.io/R_basics/r-install.html

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0