Skip to content

Initial_set_up

dxjasmine edited this page Jan 11, 2020 · 5 revisions

Table of Contents

Objective

  Time estimated: 60 mins; taken 60 mins; date started: 2020-01-10; date completed: 2020-01-10
  • to set up github repo and wiki page for BCB420
  • to set up docker on my computer

Procedures

Github repo and wiki set up

  1. submit github username on student wiki repo-issues page
  2. accept invitation email(check gmail update folder)
  3. start wiki page and add links to the student wiki page
Docker set up
  • install the latest docker on IOS
$ brew cask install docker
  • check version
$ docker --version
Docker version 19.03.5, build 633a0ea
  • download BCB420 Docker file
  • create the image of BCB420 docker file
cd bcb420
touch Dockerfile
docker build -t bcb420_image .
  • Notes
  • image: an instance of container
  • container: a descriptive image

Conclusion

Managed to set up my github repo and started my wiki page Learned to use docker basics and created a image of BCB docker file

Outlook for the next taks

  • get to learn more about docker
  • continue with course material on preparation unit and R basics
  • prepare for the quiz

Note and Reference

A Docker Tutorial for Beginners. (n.d.). Retrieved January 10, 2020, from https://docker-curriculum.com/



              
Clone this wiki locally