-
Notifications
You must be signed in to change notification settings - Fork 1
Initial_set_up
dxjasmine edited this page Jan 11, 2020
·
5 revisions
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
Github repo and wiki set up
- submit github username on student wiki repo-issues page
- accept invitation email(check gmail update folder)
- start wiki page and add links to the student wiki page
- 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
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
- get to learn more about docker
- continue with course material on preparation unit and R basics
- prepare for the quiz
A Docker Tutorial for Beginners. (n.d.). Retrieved January 10, 2020, from https://docker-curriculum.com/